MasterTabBarController: Update delegate method name.

This commit is contained in:
SBiOSoftWhare
2020-09-24 15:55:59 +02:00
parent ff0e2b668a
commit 481e86d2a0
3 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -180,6 +180,6 @@
@protocol MasterTabBarControllerDelegate <NSObject>
- (void)masterTabBarControllerDidCompleteAuthentication:(MasterTabBarController *)masterTabBarController;
- (void)masterTabBarController:(MasterTabBarController*)masterTabBarController wantsToPresentDetailViewController:(UIViewController*)detailViewController;
- (void)masterTabBarController:(MasterTabBarController*)masterTabBarController wantsToDisplayDetailViewController:(UIViewController*)detailViewController;
@end