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