// // MWMPlacePageBaseCell.h // Maps // // Created by v.mikhaylenko on 27.04.15. // Copyright (c) 2015 MapsWithMe. All rights reserved. // #import #import "MWMPlacePageEntity.h" @interface MWMPlacePageInfoCell : UITableViewCell - (void)configureWithType:(MWMPlacePageMetadataType)type info:(NSString *)info; @property (weak, nonatomic, readonly) IBOutlet UIImageView * icon; @property (weak, nonatomic, readonly) IBOutlet id textContainer; @property (nonatomic) MWMPlacePageEntity * currentEntity; @end