2020-02-22 15:38:54 +04:00

18 lines
368 B
Objective-C

#import <UIKit/UIKit.h>
@class TGLocationVenue;
@class TGLocationPallete;
@interface TGLocationVenueCell : UITableViewCell
@property (nonatomic, strong) TGLocationPallete *pallete;
- (void)configureWithVenue:(TGLocationVenue *)venue;
+ (UIImage *)circleImage;
@end
extern NSString *const TGLocationVenueCellKind;
extern const CGFloat TGLocationVenueCellHeight;