Skip to content

Commit

Permalink
Change from readonly to assignment (strong)
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Feb 10, 2013
1 parent 6221068 commit 64b31b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFXAuthClient/AFXAuthClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
/**
*/
@property (strong, readonly) AFXAuthToken *token;
@property (strong, nonatomic) AFXAuthToken *token;

///---------------------
/// @name Initialization
Expand Down

0 comments on commit 64b31b1

Please sign in to comment.