cdts/xdts-ios 3/TUICalling/Source/UI/Manager/TUICalleeDelegateManager.h

20 lines
419 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// TUICalleeDelegateManager.h
// TUICalling
//
// Created by noah on 2021/9/23.
//
#import <Foundation/Foundation.h>
#import "TRTCCallingModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface TUICalleeDelegateManager : NSObject <UICollectionViewDelegate, UICollectionViewDataSource, UICollectionViewDelegateFlowLayout>
- (void)reloadCallingGroupWithModel:(NSArray <CallUserModel *>*)models;
@end
NS_ASSUME_NONNULL_END