NianJi / OCSafeMethod

SafeMethods of NSDictionary and NSArray

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCSafeMethod

SafeMethods of NSDictionary and NSArray

install

pod 'OCSafeMethod'

useage

temp code:

NSDictionary *dictionary = [self getData];

NSString *result = [dictionary stringForKey:@"ret"];

NSInteger count = [dictionary integerForKey:@"count"];



About

SafeMethods of NSDictionary and NSArray

License:MIT License


Languages

Language:Objective-C 95.8%Language:Ruby 4.2%