clean load object change

This commit is contained in:
Pfeil, Scott Robert 2018-10-31 15:49:58 -04:00
parent 8ea5b126e7
commit 44d10688ce

View File

@ -23,7 +23,7 @@
} }
- (NSDictionary *)buttonMap { - (NSDictionary *)buttonMap {
return [self.pageJSON dictionaryForKey:@"ButtonMap"]; return [self.pageJSON dict:@"ButtonMap"];
} }
- (nullable instancetype)initWithRequestParameters:(nullable MVMCoreRequestParameters *)requestParameters dataForPage:(nullable NSDictionary *)dataForPage delegate:(nullable NSObject<MVMCoreLoadDelegateProtocol,MVMCorePresentationDelegateProtocol,MVMCoreActionDelegateProtocol>*)delegate { - (nullable instancetype)initWithRequestParameters:(nullable MVMCoreRequestParameters *)requestParameters dataForPage:(nullable NSDictionary *)dataForPage delegate:(nullable NSObject<MVMCoreLoadDelegateProtocol,MVMCorePresentationDelegateProtocol,MVMCoreActionDelegateProtocol>*)delegate {