1
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@class KBUser;
|
||||
|
||||
@interface KBMyHeaderView : UIView
|
||||
@property (nonatomic, strong, readonly) UILabel *titleLabel; // “Settings” 标题
|
||||
@property (nonatomic, strong, readonly) UIButton *keyboardBtn; // 右上角“ My Keyboard ”按钮
|
||||
@@ -22,6 +24,9 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic, copy) void (^onAvatarTapped)(void);
|
||||
@property (nonatomic, copy) void (^onLeftCardTapped)(void);
|
||||
@property (nonatomic, copy) void (^onRightCardTapped)(void);
|
||||
|
||||
/// 使用用户模型更新头像与昵称
|
||||
- (void)configureWithUser:(KBUser *)user;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user