co-maps/iphone/Maps/Classes/Components/MWMTableViewController.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
289 B
C
Raw Normal View History

2025-11-22 13:58:55 +01:00
#import "MWMController.h"
NS_ASSUME_NONNULL_BEGIN
@interface MWMTableViewController : UITableViewController <MWMController>
@end
@interface UITableView (MWMTableViewController)
- (UITableViewCell *)dequeueDefaultCellForIndexPath:(NSIndexPath *)indexPath;
@end
NS_ASSUME_NONNULL_END