DSWebViewEnum.h 553 Bytes
//
//  DSWebViewEnum.h
//  DSCnliveShopSDK
//
//  Created by zhaolin on 2019/10/30.
//  Copyright © 2019 BIKE. All rights reserved.
//

#ifndef DSWebViewEnum_h
#define DSWebViewEnum_h

typedef NS_ENUM(NSUInteger, DSWebStyle) {//web样式
    DSWebStyleTopNav = 0,            //导航在上面
    DSWebStyleBottomNav,             //导航在下面
    DSWebStyleNoNav,                 //没有导航
    DSWebStyleService,               //服务号形式
    DSWebStyleNaviAnimateService     //服务号加动画形式
};

#endif /* DSWebViewEnum_h */