Add conditional compilation for the Pull to Refresh trigger

This commit is contained in:
Blake Watters
2012-03-13 09:50:05 -04:00
parent e560578f9e
commit c3b2ef164b
4 changed files with 16 additions and 0 deletions

View File

@@ -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