mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
more class comments
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
|
||||
@class PBHistorySearchController;
|
||||
|
||||
// Controls the split history view from PBGitHistoryView.xib
|
||||
@interface PBGitHistoryController : PBViewController /*<NSOutlineViewDelegate>*/{
|
||||
IBOutlet PBRefController *refController;
|
||||
IBOutlet NSSearchField *searchField;
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
@class PBViewController, PBGitSidebarController, PBGitCommitController;
|
||||
|
||||
// Controls the main repository window from RepositoryWindow.xib
|
||||
@interface PBGitWindowController : NSWindowController /*<NSWindowDelegate>*/{
|
||||
__weak PBGitRepository* repository;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user