2015-10-01 18:19:52 +02:00
|
|
|
#import "TGModernConversationAssociatedInputPanel.h"
|
|
|
|
|
2016-02-25 01:03:51 +01:00
|
|
|
@class TGViewController;
|
2015-10-01 18:19:52 +02:00
|
|
|
@class TGDocumentMediaAttachment;
|
|
|
|
|
|
|
|
@interface TGStickerAssociatedInputPanel : TGModernConversationAssociatedInputPanel
|
|
|
|
|
2016-02-25 01:03:51 +01:00
|
|
|
@property (nonatomic, weak) TGViewController *controller;
|
2015-10-01 18:19:52 +02:00
|
|
|
@property (nonatomic, copy) void (^documentSelected)(TGDocumentMediaAttachment *);
|
|
|
|
|
|
|
|
- (NSArray *)documentList;
|
|
|
|
- (void)setDocumentList:(NSArray *)documentList;
|
|
|
|
- (void)setTargetOffset:(CGFloat)targetOffset;
|
|
|
|
|
|
|
|
@end
|