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

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