Swiftgram/Telegram/Watch/Extension/TGLocationVenueRowController.h
2020-02-19 18:44:10 +04:00

13 lines
357 B
Objective-C

#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