mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Move app to a dedicated folder
This commit is contained in:
19
Telegram/Watch/Extension/TGStickerPacksController.h
Normal file
19
Telegram/Watch/Extension/TGStickerPacksController.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#import "TGInterfaceController.h"
|
||||
|
||||
@class TGBridgeStickerPack;
|
||||
|
||||
@interface TGStickerPacksControllerContext : NSObject <TGInterfaceContext>
|
||||
|
||||
@property (nonatomic, readonly) NSArray *stickerPacks;
|
||||
@property (nonatomic, copy) void (^completionBlock)(TGBridgeStickerPack *stickerPack);
|
||||
|
||||
- (instancetype)initWithStickerPacks:(NSArray *)stickerPacks;
|
||||
|
||||
@end
|
||||
|
||||
@interface TGStickerPacksController : TGInterfaceController
|
||||
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceTable *table;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceImage *activityIndicator;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user