Minor reorganization & cleanup

This commit is contained in:
Mattt Thompson 2012-10-14 10:07:13 -07:00
parent 6f999cdeff
commit a6870bd366
2 changed files with 3 additions and 3 deletions

View file

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

View file

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