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