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