co-maps/iphone/Maps/Classes/Components/MWMTableViewController.h
2025-11-22 13:58:55 +01:00

15 lines
289 B
Objective-C

#import "MWMController.h"
NS_ASSUME_NONNULL_BEGIN
@interface MWMTableViewController : UITableViewController <MWMController>
@end
@interface UITableView (MWMTableViewController)
- (UITableViewCell *)dequeueDefaultCellForIndexPath:(NSIndexPath *)indexPath;
@end
NS_ASSUME_NONNULL_END