Swiftgram/LegacyComponents/TGLocationVenueCell.h
2017-08-04 18:11:13 +03:00

13 lines
256 B
Objective-C

#import <UIKit/UIKit.h>
@class TGLocationVenue;
@interface TGLocationVenueCell : UITableViewCell
- (void)configureWithVenue:(TGLocationVenue *)venue;
@end
extern NSString *const TGLocationVenueCellKind;
extern const CGFloat TGLocationVenueCellHeight;