make nonatomic per code review
// FREEBIE
This commit is contained in:
parent
47b1c31b50
commit
92d72b3fc8
@ -54,7 +54,7 @@ typedef NS_ENUM(int32_t, TSErrorMessageType) {
|
||||
+ (instancetype)nonblockingIdentityChangeInThread:(TSThread *)thread recipientId:(NSString *)recipientId;
|
||||
|
||||
@property (nonatomic, readonly) TSErrorMessageType errorType;
|
||||
@property (nullable, readonly) NSString *recipientId;
|
||||
@property (nullable, nonatomic, readonly) NSString *recipientId;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user