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