mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 19:40:19 +00:00
13 lines
256 B
Objective-C
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;
|