nst / STTwitter

A stable, mature and comprehensive Objective-C library for Twitter REST API 1.1
BSD 3-Clause "New" or "Revised" License
999 stars 161 forks source link

Size's type is changed from NSString* to NSNumber*. #235

Closed es-kumagai closed 8 years ago

es-kumagai commented 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.