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

22 lines
349 B
C
Raw Permalink Normal View History

2023-07-27 09:20:00 +08:00
//
// TUICallingGroupCell.h
// TUICalling
//
// Created by noah on 2021/8/24.
//
#import <UIKit/UIKit.h>
#import "TRTCCallingModel.h"
NS_ASSUME_NONNULL_BEGIN
@interface TUICallingGroupCell : UICollectionViewCell
@property (nonatomic, strong) CallUserModel *model;
@property (nonatomic, weak) UIView *renderView;
@end
NS_ASSUME_NONNULL_END