// // ChatJoinGroupVC.h // smartRhino // // Created by niuzhen on 2019/12/7. // Copyright © 2019 tederen. All rights reserved. // #import "BaseViewController.h" NS_ASSUME_NONNULL_BEGIN @interface ChatJoinGroupVC : BaseViewController + (ChatJoinGroupVC *)initChatJoinGroupVC; @property (nonatomic, strong) NSDictionary * dict; @end NS_ASSUME_NONNULL_END