添加基本页面
This commit is contained in:
23
keyBoard/Class/Base/V/BaseCell.h
Normal file
23
keyBoard/Class/Base/V/BaseCell.h
Normal file
@@ -0,0 +1,23 @@
|
||||
//
|
||||
// BaseCell.h
|
||||
// keyBoard
|
||||
//
|
||||
// Common base cell with default selection style and hook for setup.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface BaseCell : UITableViewCell
|
||||
|
||||
/// Convenience reuse identifier based on class name
|
||||
+ (NSString *)reuseId;
|
||||
|
||||
/// Override point to add subviews and constraints
|
||||
- (void)setupUI;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user