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