change method to optional
This commit is contained in:
parent
55a6c4fe48
commit
93c9ea1f2a
@ -12,6 +12,8 @@
|
|||||||
|
|
||||||
#pragma mark - life cycle
|
#pragma mark - life cycle
|
||||||
|
|
||||||
|
@optional
|
||||||
|
|
||||||
- (void)panel:(UIViewController <MVMCoreViewControllerProtocol> *_Nullable)panel viewWillAppear:(BOOL)animated;
|
- (void)panel:(UIViewController <MVMCoreViewControllerProtocol> *_Nullable)panel viewWillAppear:(BOOL)animated;
|
||||||
- (void)panel:(UIViewController <MVMCoreViewControllerProtocol> *_Nullable)panel viewDidAppear:(BOOL)animated;
|
- (void)panel:(UIViewController <MVMCoreViewControllerProtocol> *_Nullable)panel viewDidAppear:(BOOL)animated;
|
||||||
- (void)panel:(UIViewController <MVMCoreViewControllerProtocol> *_Nullable)panel viewWillDisappear:(BOOL)animated;
|
- (void)panel:(UIViewController <MVMCoreViewControllerProtocol> *_Nullable)panel viewWillDisappear:(BOOL)animated;
|
||||||
@ -20,8 +22,6 @@
|
|||||||
- (void)showArrow;
|
- (void)showArrow;
|
||||||
- (void)hideArrow;
|
- (void)hideArrow;
|
||||||
|
|
||||||
@optional
|
|
||||||
|
|
||||||
- (void)willOpenWithActionInformation:(nullable NSDictionary *)actionInformation;
|
- (void)willOpenWithActionInformation:(nullable NSDictionary *)actionInformation;
|
||||||
|
|
||||||
- (void)clearData;
|
- (void)clearData;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user