We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bbfb2 commit dabe937Copy full SHA for dabe937
Classes/GTTag.h
@@ -38,13 +38,13 @@
38
39
@property (nonatomic, readonly, strong) GTSignature *tagger;
40
41
-@property (nonatomic,strong) NSString *message;
+@property (nonatomic, readonly, strong) NSString *message;
42
43
-@property (nonatomic,strong) NSString *name;
+@property (nonatomic, readonly, strong) NSString *name;
44
45
-@property (nonatomic,strong) GTObject *target;
+@property (nonatomic, readonly, strong) GTObject *target;
46
47
-@property (nonatomic,strong) NSString *targetType;
+@property (nonatomic, readonly, strong) NSString *targetType;
48
49
// Recursively peel a tag until a non tag GTObject is found
50
//
0 commit comments