Add back convenience property...

This commit is contained in:
Pfeil, Scott Robert 2019-01-23 15:06:26 -05:00
parent 495ab78cea
commit cefe380aac

View File

@ -14,7 +14,7 @@
@optional
// Reference to the manager
@property UIViewController <MVMCoreViewManagerProtocol>*manager;
@property (nullable, weak, nonatomic) UIViewController <MVMCoreViewManagerProtocol>*manager;
// Notifies the view controller that it can be ready (usually means that it's committed to the screen).
- (void)viewControllerReadyInManager:(nonnull NSObject <MVMCoreViewManagerProtocol>*)manager;