Swiftgram/LegacyComponents/TGClipboardGalleryPhotoItemView.h
Ilya Laktyushin 15e267149a no message
2017-08-07 21:13:18 +03:00

12 lines
372 B
Objective-C

#import <LegacyComponents/LegacyComponents.h>
#import "TGModernGalleryEditableItemView.h"
#import "TGModernGalleryImageItemImageView.h"
@interface TGClipboardGalleryPhotoItemView : TGModernGalleryZoomableItemView <TGModernGalleryEditableItemView>
@property (nonatomic) CGSize imageSize;
@property (nonatomic, strong) TGModernGalleryImageItemImageView *imageView;
@end