Closed es-kumagai closed 8 years ago
In relation to the Issue #234
By changing type of variables named size from NSString* to NSNumber* in STTwitterAPI.h and STTwitterAPI.m, the Issue #234 will be resolved.
size
NSString*
NSNumber*
In relation to the Issue #234
By changing type of variables named
size
fromNSString*
toNSNumber*
in STTwitterAPI.h and STTwitterAPI.m, the Issue #234 will be resolved.