19 lines
309 B
Objective-C
19 lines
309 B
Objective-C
//
|
|
// CustomTUIBaseMessageController.h
|
|
// XinjiangProject
|
|
//
|
|
// Created by Apple on 2024/6/12.
|
|
//
|
|
|
|
#import "TUIBaseMessageController.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface CustomTUIBaseMessageController : XJBaseViewController
|
|
|
|
@property(nonatomic, strong) NSString * groupID;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|