mirror of
https://github.com/danog/Telegram.git
synced 2024-12-02 09:27:55 +01:00
8 lines
241 B
Objective-C
8 lines
241 B
Objective-C
#import "TGModernGalleryDefaultFooterAccessoryView.h"
|
|
|
|
@interface TGGenericPeerMediaGalleryActionsAccessoryView : UIView <TGModernGalleryDefaultFooterAccessoryView>
|
|
|
|
@property (nonatomic, copy) void (^action)(id<TGModernGalleryItem>);
|
|
|
|
@end
|