mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-05-07 12:45:15 +08:00
Add conditional compilation for the Pull to Refresh trigger
This commit is contained in:
@@ -17,6 +17,8 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface RKRefreshTriggerView : UIView <UIAppearanceContainer,UIAppearance>
|
||||
@@ -36,3 +38,5 @@
|
||||
#endif
|
||||
|
||||
@end
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user