mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Added .gitignore
This commit is contained in:
21
Watch/Extension/TGStickersController.h
Normal file
21
Watch/Extension/TGStickersController.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#import "TGInterfaceController.h"
|
||||
|
||||
@class TGBridgeContext;
|
||||
@class TGBridgeStickerPack;
|
||||
@class TGBridgeDocumentMediaAttachment;
|
||||
|
||||
@interface TGStickersControllerContext : NSObject <TGInterfaceContext>
|
||||
|
||||
@property (nonatomic, copy) void (^completionBlock)(TGBridgeDocumentMediaAttachment *sticker);
|
||||
|
||||
@end
|
||||
|
||||
@interface TGStickersController : TGInterfaceController
|
||||
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceTable *table;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceImage *activityIndicator;
|
||||
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceGroup *alertGroup;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *alertLabel;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user