// // TUICallingDelegateManager.h // TUICalling // // Created by noah on 2021/8/23. // #import #import #import "TRTCCallingModel.h" NS_ASSUME_NONNULL_BEGIN @interface TUICallingDelegateManager : NSObject @property (nonatomic, weak) UICollectionView *collectionView; - (__kindof UIView * _Nullable)getRenderViewFromUser:(NSString *)userId; - (void)reloadCallingGroupWithModel:(NSArray *)models; - (void)reloadGroupCellWithIndex:(NSInteger)index; @end NS_ASSUME_NONNULL_END