浏览代码

Minor reorganization & cleanup

Mattt Thompson 13 年之前
父节点
当前提交
a6870bd366
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      Example/AFNetworking iOS Example.xcodeproj/project.pbxproj
  2. 2 2
      Example/Classes/Models/User.m

+ 1 - 1
Example/AFNetworking iOS Example.xcodeproj/project.pbxproj

@@ -142,8 +142,8 @@
 		F8E469551395739C00DB05C8 = {
 			isa = PBXGroup;
 			children = (
-				F8A847C4161F524200940F39 /* Default@2x.png */,
 				F8A847C2161F523E00940F39 /* Default.png */,
+				F8A847C4161F524200940F39 /* Default@2x.png */,
 				F8A847C0161F51A300940F39 /* Default-568h@2x.png */,
 				F8E469B71395759C00DB05C8 /* Networking Extensions */,
 				F8E4696A1395739D00DB05C8 /* Classes */,

+ 2 - 2
Example/Classes/Models/User.m

@@ -33,8 +33,8 @@ NSString * const kUserProfileImageDidLoadNotification = @"com.alamofire.user.pro
 
 @implementation User {
 @private
-    __strong NSString *_avatarImageURLString;
-    __strong AFImageRequestOperation *_avatarImageRequestOperation;
+    NSString *_avatarImageURLString;
+    AFImageRequestOperation *_avatarImageRequestOperation;
 }
 
 @synthesize userID = _userID;