From 06ce13ce1fad3f16eb83b982f92b82f10a204018 Mon Sep 17 00:00:00 2001 From: "Yang, Tianhang(Chris)" Date: Wed, 7 Mar 2018 11:33:09 -0500 Subject: [PATCH] support refarctor --- MVMCore/MVMCore/MainStructure/PanelProtocol.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/MVMCore/MVMCore/MainStructure/PanelProtocol.h b/MVMCore/MVMCore/MainStructure/PanelProtocol.h index a76f9ab..bad8bb8 100644 --- a/MVMCore/MVMCore/MainStructure/PanelProtocol.h +++ b/MVMCore/MVMCore/MainStructure/PanelProtocol.h @@ -27,8 +27,6 @@ - (void)clearData; - (void)resetIconToDefault; -// temp fix to make mf compile, will remove after all the protocols for main split view controller are done -- (void)dataPassForShop;//in support - (void)getCurrentDetailViewController:(nullable UIViewController *)currentViewController;//in menu @end