Minor reorganization & cleanup
This commit is contained in:
parent
6f999cdeff
commit
a6870bd366
2 changed files with 3 additions and 3 deletions
|
|
@ -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 */,
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue