make nonatomic per code review

// FREEBIE
This commit is contained in:
Michael Kirk 2017-05-19 16:37:16 -04:00
parent 47b1c31b50
commit 92d72b3fc8

View File

@ -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