Sfoglia il codice sorgente

Fix Xcode6 unknow type CGFloat and NSString

MJ Lee 11 anni fa
parent
commit
8a2d45fe0d

BIN
MJRefreshExample/MJRefreshExample.xcodeproj/project.xcworkspace/xcuserdata/mj.xcuserdatad/UserInterfaceState.xcuserstate


+ 2 - 0
MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshConst.m

@@ -6,6 +6,8 @@
 //  Copyright (c) 2014年 itcast. All rights reserved.
 //
 
+#import <UIKit/UIKit.h>
+
 const CGFloat MJRefreshViewHeight = 64.0;
 const CGFloat MJRefreshFastAnimationDuration = 0.25;
 const CGFloat MJRefreshSlowAnimationDuration = 0.4;