// // ChatMsgEditVC.h // smartRhino // // Created by niuzhen on 2020/10/14. // Copyright © 2020 tederen. All rights reserved. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface ChatMsgEditVC : BaseViewController @property (nonatomic, assign) BOOL IsMove; @property (nonatomic, strong) NSArray *dataArray; @property (nonatomic, copy) void(^upDataBlock)(void); +(ChatMsgEditVC *)initChatMsgEditVC; @end NS_ASSUME_NONNULL_END