cdts/xdts-ios 3/TUICalling/Source/UI/Views/TUICalleeGroupCell.h

20 lines
298 B
C
Raw Permalink Normal View History

2023-07-27 09:20:00 +08:00
//
// 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