Skip to content

Commit 8c0d65c

Browse files
committed
Merge pull request #85 from ParsePlatform/nlutsenko.tests
Fix warning in tests.
2 parents bf0fc17 + d35e884 commit 8c0d65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Unit/ObjectSubclassTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ + (NSString *)parseClassName {
9696

9797
@interface StateClass : PFObject<PFSubclassing>
9898

99-
@property NSString *state;
99+
@property (nonatomic, copy) NSString *state;
100100

101101
@end
102102

0 commit comments

Comments
 (0)