Skip to content
Prev Previous commit
Next Next commit
GTBlame typed collections
  • Loading branch information
JrGoodle committed Sep 19, 2015
commit 5e7801d41ccf1ca39ab540a5688874f755cb138e
2 changes: 1 addition & 1 deletion ObjectiveGit/GTBlame.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ NS_ASSUME_NONNULL_BEGIN
- (nullable instancetype)initWithGitBlame:(git_blame *)blame NS_DESIGNATED_INITIALIZER;

/// Get all the hunks in the blame. A convenience wrapper around `enumerateHunksUsingBlock:`
@property (nonatomic, strong, readonly) NSArray *hunks;
@property (nonatomic, strong, readonly) NSArray<GTBlameHunk *> *hunks;

/// The number of hunks in the blame.
@property (nonatomic, readonly) NSUInteger hunkCount;
Expand Down