admin
2022-09-04 fa05f89529e05078b29606e4beda3de5cfdce485
Pods/PangrowthMedia-dynamic/PangrowthMedia-dynamic/LCDSDK.framework/Headers/LCDSingleFeedViewController.h
@@ -45,6 +45,11 @@
    LCDSingleFeedUIOptionCustomNoticeView = 1 << 1 ///< 自定义noticeView,若此选项为1,则数据刷新完毕时SDK不再添加noticeView
};
typedef NS_ENUM(NSInteger, LCDSingleFeedUIStyle) {
    LCDSingleFeedUIStyleDefault,
    LCDSingleFeedUIStyleRoundCorner
};
@interface LCDSingleFeedVCConfig : NSObject
@property (nonatomic, copy) NSString *category;
@@ -58,10 +63,13 @@
@property (nonatomic, weak) id<LCDAdvertCallBackProtocol> adDelegate;
/*! @abstract 展示VC的大小。 默认屏幕大小 */
@property (nonatomic, assign) CGSize viewSize;
/** --------------------for 内容定制-------------------- */
/*! @abstract optional,标记接入场景,例如首页、顶tab等。必须与后台申请的scene保持一致,否则会出问题。 */
@property (nonatomic, copy) NSString *scene;
@property (nonatomic) LCDSingleFeedUIStyle uiStyle;
@end
@interface LCDSingleFeedViewController : UIViewController