@@ -52,7 +52,7 @@ NS_ASSUME_NONNULL_BEGIN
5252@property (nonatomic , readonly , strong ) GTRepository *repository;
5353@property (nonatomic , readonly ) GTReferenceType referenceType;
5454@property (nonatomic , readonly ) const git_oid *git_oid;
55- @property (nonatomic , strong , readonly ) GTOID *OID;
55+ @property (nonatomic , strong , readonly , nullable ) GTOID *OID;
5656
5757// / Whether this is a remote-tracking branch.
5858@property (nonatomic , readonly , getter = isRemote) BOOL remote;
@@ -78,10 +78,10 @@ NS_ASSUME_NONNULL_BEGIN
7878- (git_reference *)git_reference __attribute__((objc_returns_inner_pointer));
7979
8080// / The target (either GTObject or GTReference) to which the reference points.
81- @property (nonatomic, readonly, copy) id unresolvedTarget;
81+ @property (nonatomic, readonly, copy, nullable ) id unresolvedTarget;
8282
8383// / The resolved object to which the reference points.
84- @property (nonatomic , readonly , copy ) id resolvedTarget;
84+ @property (nonatomic , readonly , copy , nullable ) id resolvedTarget;
8585
8686// / The last direct reference in a chain
8787@property (nonatomic , readonly , copy ) GTReference *resolvedReference;
0 commit comments