20 lines
298 B
C
20 lines
298 B
C
|
|
//
|
||
|
|
// TUICalleeGroupCell.h
|
||
|
|
// TUICalling
|
||
|
|
//
|
||
|
|
// Created by noah on 2021/9/23.
|
||
|
|
//
|
||
|
|
|
||
|
|
#import <UIKit/UIKit.h>
|
||
|
|
#import "TRTCCallingModel.h"
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_BEGIN
|
||
|
|
|
||
|
|
@interface TUICalleeGroupCell : UICollectionViewCell
|
||
|
|
|
||
|
|
@property (nonatomic, strong) CallUserModel *model;
|
||
|
|
|
||
|
|
@end
|
||
|
|
|
||
|
|
NS_ASSUME_NONNULL_END
|