Skip to content

Commit 4ecd7bc

Browse files
author
Josh Holtz
committed
Made JSONAPIResource init public
1 parent cb8f89e commit 4ecd7bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Classes/JSONAPIResource.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
+ (id)jsonAPIResource:(NSDictionary*)dictionary withLinked:(NSDictionary*)linked;
2121
+ (id)jsonAPIResource:(NSDictionary*)dictionary withLinked:(NSDictionary*)linked withClass:(Class)resourceObjectClass;
2222

23+
- (id)initWithDictionary:(NSDictionary*)dict withLinked:(NSDictionary*)linked;
24+
2325
- (id)objectForKey:(NSString*)key;
2426
- (id)linkedResourceForKey:(NSString*)key;
2527

Project/JSONAPI/JSONAPI-Info.plist

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
2424
<string>1.0</string>
25-
<key>LSApplicationCategoryType</key>
26-
<string></string>
2725
<key>LSRequiresIPhoneOS</key>
2826
<true/>
2927
<key>UIMainStoryboardFile</key>

0 commit comments

Comments
 (0)