移动文件
This commit is contained in:
19
keyBoard/Class/Guard/V/KBGuideUserCell.h
Normal file
19
keyBoard/Class/Guard/V/KBGuideUserCell.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// KBGuideUserCell.h
|
||||
// keyBoard
|
||||
//
|
||||
// 我方发送气泡 cell(右侧紫色气泡)
|
||||
//
|
||||
|
||||
#import "BaseCell.h"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface KBGuideUserCell : BaseCell
|
||||
|
||||
- (void)configText:(NSString *)text;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
||||
Reference in New Issue
Block a user