Swiftgram/LegacyComponents/TGAttachmentCameraCell.h
2017-07-28 16:50:06 +03: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;