From 7663c506790189455177d26a16a06f195d6660e3 Mon Sep 17 00:00:00 2001 From: "Pfeil, Scott Robert" Date: Tue, 31 Mar 2020 11:05:13 -0400 Subject: [PATCH] move legacy files --- MVMCore/MVMCore/MainProtocols/MVMCoreViewControllerProtocol.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MVMCore/MVMCore/MainProtocols/MVMCoreViewControllerProtocol.h b/MVMCore/MVMCore/MainProtocols/MVMCoreViewControllerProtocol.h index 9596929..dba1c92 100644 --- a/MVMCore/MVMCore/MainProtocols/MVMCoreViewControllerProtocol.h +++ b/MVMCore/MVMCore/MainProtocols/MVMCoreViewControllerProtocol.h @@ -20,6 +20,8 @@ @optional +@property (nullable, strong, nonatomic) MVMCoreLoadObject *loadObject; + // Allows override of the delegate to use. - (nullable DelegateObject *)delegateObject;