File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 8
8
9
9
#import " GTReflog.h"
10
10
11
- @class GTReference;
12
-
13
11
@interface GTReflog ()
14
12
15
13
- (nullable instancetype )init NS_UNAVAILABLE;
16
14
17
- // / Initializes the receiver with a reference. Designated initializer.
18
- // /
19
- // / reference - The reference whose reflog is being represented. Cannot be nil.
20
- // /
21
- // / Returns the initialized object.
22
- - (nullable instancetype )initWithReference : (nonnull GTReference *)reference NS_DESIGNATED_INITIALIZER;
23
-
24
15
@end
Original file line number Diff line number Diff line change 9
9
#import < Foundation/Foundation.h>
10
10
11
11
@class GTSignature;
12
+ @class GTReference;
12
13
@class GTReflogEntry;
13
14
14
15
NS_ASSUME_NONNULL_BEGIN
@@ -20,6 +21,13 @@ NS_ASSUME_NONNULL_BEGIN
20
21
// / The number of reflog entries.
21
22
@property (nonatomic , readonly , assign ) NSUInteger entryCount;
22
23
24
+ // / Initializes the receiver with a reference. Designated initializer.
25
+ // /
26
+ // / reference - The reference whose reflog is being represented. Cannot be nil.
27
+ // /
28
+ // / Returns the initialized object.
29
+ - (nullable instancetype )initWithReference : (nonnull GTReference *)reference NS_DESIGNATED_INITIALIZER;
30
+
23
31
// / Writes a new entry to the reflog.
24
32
// /
25
33
// / committer - The committer for the reflog entry. Cannot be nil.
You can’t perform that action at this time.
0 commit comments