clean load object change
This commit is contained in:
parent
8ea5b126e7
commit
44d10688ce
@ -22,8 +22,8 @@
|
|||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user