VMF_BaseProtocol
protocol VMF_BaseProtocol : NSObjectProtocol
Protocol for both owners and tables
-
myController
Default implementationThe controller that “owns” this instance.
Default Implementation
Default is nil
Declaration
Swift
var myController: (any VMF_MasterTableControllerProtocol)? { get set }