Swiftgram/Watch/Extension/TGLocationVenueRowController.h
2018-11-14 23:03:33 +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