Skip to content

Commit dabe937

Browse files
author
--replace-all
committed
Make new properties readonly.
(Style fixes as well)
1 parent 65bbfb2 commit dabe937

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Classes/GTTag.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838

3939
@property (nonatomic, readonly, strong) GTSignature *tagger;
4040

41-
@property (nonatomic,strong) NSString *message;
41+
@property (nonatomic, readonly, strong) NSString *message;
4242

43-
@property (nonatomic,strong) NSString *name;
43+
@property (nonatomic, readonly, strong) NSString *name;
4444

45-
@property (nonatomic,strong) GTObject *target;
45+
@property (nonatomic, readonly, strong) GTObject *target;
4646

47-
@property (nonatomic,strong) NSString *targetType;
47+
@property (nonatomic, readonly, strong) NSString *targetType;
4848

4949
// Recursively peel a tag until a non tag GTObject is found
5050
//

0 commit comments

Comments
 (0)