Kaynağa Gözat

解决Xcode6下没有pch带来的影响

MJ Lee 11 yıl önce
ebeveyn
işleme
3e1f463d41

+ 5 - 5
MJRefreshExample/MJRefreshExample.xcodeproj/project.xcworkspace/xcshareddata/MJRefreshExample.xccheckout

@@ -10,29 +10,29 @@
 	<string>MJRefreshExample</string>
 	<key>IDESourceControlProjectOriginsDictionary</key>
 	<dict>
-		<key>32ADD1A0-3FCB-4628-8320-6A7F00B2A9E5</key>
+		<key>2A8CC76D0984F5186F869B6CBF35034B58A5ACD9</key>
 		<string>https://github.com/CoderMJLee/MJRefresh.git</string>
 	</dict>
 	<key>IDESourceControlProjectPath</key>
 	<string>MJRefreshExample/MJRefreshExample.xcodeproj/project.xcworkspace</string>
 	<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
 	<dict>
-		<key>32ADD1A0-3FCB-4628-8320-6A7F00B2A9E5</key>
+		<key>2A8CC76D0984F5186F869B6CBF35034B58A5ACD9</key>
 		<string>../../..</string>
 	</dict>
 	<key>IDESourceControlProjectURL</key>
 	<string>https://github.com/CoderMJLee/MJRefresh.git</string>
 	<key>IDESourceControlProjectVersion</key>
-	<integer>110</integer>
+	<integer>111</integer>
 	<key>IDESourceControlProjectWCCIdentifier</key>
-	<string>32ADD1A0-3FCB-4628-8320-6A7F00B2A9E5</string>
+	<string>2A8CC76D0984F5186F869B6CBF35034B58A5ACD9</string>
 	<key>IDESourceControlProjectWCConfigurations</key>
 	<array>
 		<dict>
 			<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
 			<string>public.vcs.git</string>
 			<key>IDESourceControlWCCIdentifierKey</key>
-			<string>32ADD1A0-3FCB-4628-8320-6A7F00B2A9E5</string>
+			<string>2A8CC76D0984F5186F869B6CBF35034B58A5ACD9</string>
 			<key>IDESourceControlWCCName</key>
 			<string>MJRefresh</string>
 		</dict>

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


+ 1 - 0
MJRefreshExample/MJRefreshExample/MJRefresh/MJRefreshConst.h

@@ -5,6 +5,7 @@
 //  Created by mj on 14-1-3.
 //  Copyright (c) 2014年 itcast. All rights reserved.
 //
+#import <UIKit/UIKit.h>
 
 #ifdef DEBUG
 #define MJLog(...) NSLog(__VA_ARGS__)