From 3b8c62c66d0112a20f956bcdfdeeda8e6cff3c8c Mon Sep 17 00:00:00 2001 From: "Yang, Tianhang(Chris)" Date: Wed, 17 Jan 2018 11:32:30 -0500 Subject: [PATCH] new panel method --- MVMCore/MVMCore/MainStructure/PanelProtocol.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MVMCore/MVMCore/MainStructure/PanelProtocol.h b/MVMCore/MVMCore/MainStructure/PanelProtocol.h index a7920bc..a76f9ab 100644 --- a/MVMCore/MVMCore/MainStructure/PanelProtocol.h +++ b/MVMCore/MVMCore/MainStructure/PanelProtocol.h @@ -22,6 +22,8 @@ @optional +- (void)willOpenWithActionInformation:(nullable NSDictionary *)actionInformation; + - (void)clearData; - (void)resetIconToDefault;