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.
2 parents 90f3d41 + 1e6d4a1 commit 91e80c5Copy full SHA for 91e80c5
ObjectiveGit/GTNote.h
@@ -48,7 +48,7 @@ NS_ASSUME_NONNULL_BEGIN
48
/// Content of the note.
49
@property (nonatomic, readonly, strong) NSString *note;
50
51
-@property (nonatomic, readonly, strong) GTObject *target;
+@property (nonatomic, readonly, strong) GTOID *targetOID;
52
53
/// The underlying `git_note` object.
54
- (git_note *)git_note __attribute__((objc_returns_inner_pointer));
0 commit comments