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:
14
Watch/Extension/TGLocationMapHeaderController.h
Normal file
14
Watch/Extension/TGLocationMapHeaderController.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#import "WKInterfaceTable+TGDataDrivenTable.h"
|
||||
|
||||
@interface TGLocationMapHeaderController : TGTableRowController
|
||||
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceMap *map;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceButton *currentLocationButton;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *currentLocationLabel;
|
||||
- (IBAction)currentLocationPressedAction;
|
||||
|
||||
@property (nonatomic, copy) void (^currentLocationPressed)(void);
|
||||
|
||||
- (void)updateWithLocation:(CLLocation *)location;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user