提交
This commit is contained in:
26
QXLive/Base/QXBaseViewController.h
Normal file
26
QXLive/Base/QXBaseViewController.h
Normal file
@@ -0,0 +1,26 @@
|
||||
//
|
||||
// QXBaseViewController.h
|
||||
// QXLive
|
||||
//
|
||||
// Created by 启星 on 2025/4/24.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface QXBaseViewController : UIViewController
|
||||
@property (nonatomic,strong)NSMutableArray *dataArray;
|
||||
@property (nonatomic,assign)NSInteger page;
|
||||
@property (nonatomic,assign)BOOL bgImageHidden;
|
||||
//交给子类来实现
|
||||
-(void)setNavgationItems;
|
||||
-(void)initSubViews;
|
||||
- (void)getData;
|
||||
/**
|
||||
imageurl :图片名称或链接
|
||||
*/
|
||||
-(void)updateBgImage:(NSString*)imageUrl;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user