mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-05-27 21:52:24 +02:00
12 lines
194 B
Objective-C
12 lines
194 B
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
#import <LegacyComponents/TGModernGalleryItem.h>
|
|
|
|
@protocol TGModernGalleryDefaultHeaderView <NSObject>
|
|
|
|
@required
|
|
|
|
- (void)setItem:(id<TGModernGalleryItem>)item;
|
|
|
|
@end
|