Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Jan 22, 2013
1 parent ed98acc commit 2385f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions AppKit/CPSplitView.j
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
@import "CPButtonBar.j"
@import "CPImage.j"
@import "CPView.j"
@import "CPCursor.j"

@class CPUserDefaults

Expand Down
1 change: 1 addition & 0 deletions AppKit/CPTableView.j
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

@class CPScrollView
@class CPUserDefaults
@class CPTableHeaderView


CPTableViewColumnDidMoveNotification = @"CPTableViewColumnDidMoveNotification";
Expand Down

0 comments on commit 2385f48

Please sign in to comment.