mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Added .gitignore
This commit is contained in:
20
Watch/Extension/TGLocationController.h
Normal file
20
Watch/Extension/TGLocationController.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#import "TGInterfaceController.h"
|
||||
|
||||
@class TGBridgeLocationMediaAttachment;
|
||||
|
||||
@interface TGLocationControllerContext : NSObject <TGInterfaceContext>
|
||||
|
||||
@property (nonatomic, copy) void (^completionBlock)(TGBridgeLocationMediaAttachment *location);
|
||||
|
||||
@end
|
||||
|
||||
@interface TGLocationController : TGInterfaceController
|
||||
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceTable *table;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceGroup *activityGroup;
|
||||
@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