Add back convenience property...
This commit is contained in:
parent
495ab78cea
commit
cefe380aac
@ -14,7 +14,7 @@
|
|||||||
@optional
|
@optional
|
||||||
|
|
||||||
// Reference to the manager
|
// 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).
|
// Notifies the view controller that it can be ready (usually means that it's committed to the screen).
|
||||||
- (void)viewControllerReadyInManager:(nonnull NSObject <MVMCoreViewManagerProtocol>*)manager;
|
- (void)viewControllerReadyInManager:(nonnull NSObject <MVMCoreViewManagerProtocol>*)manager;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user