7 lines
172 B
Objective-C
7 lines
172 B
Objective-C
#import "MWMMapDownloaderTableViewCell.h"
|
|
|
|
@interface MWMMapDownloaderPlaceTableViewCell : MWMMapDownloaderTableViewCell
|
|
|
|
@property (nonatomic) BOOL needDisplayArea;
|
|
|
|
@end
|