Skip to content
Prev Previous commit
Next Next commit
GTTree typed collections
  • Loading branch information
JrGoodle committed Sep 19, 2015
commit 87b82c226f2a7ce99b2eaa9b751c859b16ac117c
2 changes: 1 addition & 1 deletion ObjectiveGit/GTTree.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, readonly) NSUInteger entryCount;

/// The contents of the tree, as an array of whose objects are of type `GTTreeEntry`
@property (nonatomic, strong, readonly, nullable) NSArray *entries;
@property (nonatomic, strong, readonly, nullable) NSArray<GTTreeEntry *> *entries;

/// The underlying `git_object` as a `git_tree` object.
- (git_tree *)git_tree __attribute__((objc_returns_inner_pointer));
Expand Down