//
//  ChatNewRowVC.h
//  smartRhino
//
//  Created by niuzhen on 2019/12/10.
//  Copyright © 2019 tederen. All rights reserved.
//

#import "BaseViewController.h"

NS_ASSUME_NONNULL_BEGIN

@interface ChatNewRowVC : BaseViewController
+(ChatNewRowVC *)initChatNewRowVC;
@property (nonatomic, copy) void(^upDateBlock)(void);
@property (nonatomic, assign) NSInteger   GroupFolderId;
@end

NS_ASSUME_NONNULL_END