Swiftgram/LegacyComponents/TGModernGalleryItem.h
2017-07-28 16:50:06 +03:00

10 lines
114 B
Objective-C

#import <Foundation/Foundation.h>
@protocol TGModernGalleryItem <NSObject>
@required
- (Class)viewClass;
@end