Skip to content

Commit

Permalink
use copy attribute on strings
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Dec 31, 2009
1 parent 2f94f96 commit dc0c86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UpdatedConvo.h
Expand Up @@ -16,8 +16,8 @@
}

@property int newMessagesCount;
@property (nonatomic, retain) NSString *ewURI;
@property (nonatomic, retain) NSString *ewName;
@property (nonatomic, copy) NSString *ewURI;
@property (nonatomic, copy) NSString *ewName;

- (id)initWithConvoName:(NSString *)convoName convoURI:(NSString *)convoURI unreadCount:(int)updatesCount;

Expand Down

0 comments on commit dc0c86c

Please sign in to comment.