Merge pull request #31 in BPHVB/mvm_core from bugfix/panel to develop

* commit '93c9ea1f2a3315b82db8ded07168b858acf301d7':
  change method to optional
This commit is contained in:
Pfeil, Scott Robert 2018-08-16 14:28:46 -04:00
commit 0cb1bc1533

View File

@ -12,6 +12,8 @@
#pragma mark - life cycle
@optional
- (void)panel:(UIViewController <MVMCoreViewControllerProtocol> *_Nullable)panel viewWillAppear:(BOOL)animated;
- (void)panel:(UIViewController <MVMCoreViewControllerProtocol> *_Nullable)panel viewDidAppear:(BOOL)animated;
- (void)panel:(UIViewController <MVMCoreViewControllerProtocol> *_Nullable)panel viewWillDisappear:(BOOL)animated;
@ -20,8 +22,6 @@
- (void)showArrow;
- (void)hideArrow;
@optional
- (void)willOpenWithActionInformation:(nullable NSDictionary *)actionInformation;
- (void)clearData;