8 lines
183 B
C
8 lines
183 B
C
|
|
#import "MWMMapDownloaderPlaceTableViewCell.h"
|
||
|
|
|
||
|
|
@interface MWMMapDownloaderSubplaceTableViewCell : MWMMapDownloaderPlaceTableViewCell
|
||
|
|
|
||
|
|
- (void)setSubplaceText:(NSString *)text;
|
||
|
|
|
||
|
|
@end
|