| | |
| | | LCDSingleFeedUIOptionCustomNoticeView = 1 << 1 ///< 自定义noticeView,若此选项为1,则数据刷新完毕时SDK不再添加noticeView |
| | | }; |
| | | |
| | | typedef NS_ENUM(NSInteger, LCDSingleFeedUIStyle) { |
| | | LCDSingleFeedUIStyleDefault, |
| | | LCDSingleFeedUIStyleRoundCorner |
| | | }; |
| | | |
| | | @interface LCDSingleFeedVCConfig : NSObject |
| | | |
| | | @property (nonatomic, copy) NSString *category; |
| | |
| | | @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 |