NSMutableDictionary+Utils.h
1 //
2 // NSMutableDictionary+Utils.h
3 // OoyalaTVSkinSDK
4 //
5 // Copyright © 2017 ooyala. All rights reserved.
6 //
7 
8 #import <Foundation/Foundation.h>
9 
10 
12 
13 - (void)mergeWith:(NSDictionary *)dict;
14 
15 @end
Definition: NSMutableDictionary+Utils.h:11