mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Added .gitignore
This commit is contained in:
12
Watch/Extension/TGLocationVenueRowController.h
Normal file
12
Watch/Extension/TGLocationVenueRowController.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#import "WKInterfaceTable+TGDataDrivenTable.h"
|
||||
|
||||
@class TGBridgeLocationVenue;
|
||||
|
||||
@interface TGLocationVenueRowController : TGTableRowController
|
||||
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *nameLabel;
|
||||
@property (nonatomic, weak) IBOutlet WKInterfaceLabel *addressLabel;
|
||||
|
||||
- (void)updateWithLocationVenue:(TGBridgeLocationVenue *)locationVenue;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user