Skip to content

Commit e11f6b9

Browse files
committed
Flatten forward class definitions
1 parent 68bfe93 commit e11f6b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Classes/Controllers/PBGitWindowController.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99
#import <Cocoa/Cocoa.h>
1010
#import "PBHistorySearchMode.h"
1111

12-
@class PBViewController, PBGitSidebarController, PBGitCommitController, PBGitRepository;
12+
@class PBViewController;
13+
@class PBGitSidebarController;
14+
@class PBGitCommitController;
15+
@class PBGitHistoryController;
16+
@class PBGitRepository;
1317
@class RJModalRepoSheet;
1418
@class PBGitRef;
1519
@class PBGitRepositoryDocument;

0 commit comments

Comments
 (0)