Swiftgram/submodules/LegacyComponents/Sources/TGAttachmentCameraCell.h
2020-02-22 15:38:54 +04:00

13 lines
331 B
Objective-C

#import "TGAttachmentMenuCell.h"
#import "TGAttachmentCameraView.h"
@interface TGAttachmentCameraCell : TGAttachmentMenuCell
@property (nonatomic, readonly) TGAttachmentCameraView *cameraView;
- (void)attachCameraViewIfNeeded:(TGAttachmentCameraView *)cameraView;
@end
extern NSString *const TGAttachmentCameraCellIdentifier;