Koze

Results 1 issues of Koze

##### Type of instance Type of `code` property of `NSError` is `NSInteger`. ``` objc @property(readonly) NSInteger code ``` So I changed type `NSUInteger` to `NSInteger`. ##### 64bit support String format...