Skip to content

Commit

Permalink
include only usefull part of AppKit
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Mercadal committed Mar 31, 2011
1 parent 5b41e57 commit aabf48e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
3 changes: 2 additions & 1 deletion TNMessageBoard.j
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
*/

@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>

@import "TNMessageView.j";
@import "TNStackView.j";


/*! Subclass of TNStackView that is specialized to stacks TNMessageViews
*/
@implementation TNMessageBoard : TNStackView
Expand Down
7 changes: 6 additions & 1 deletion TNMessageView.j
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@
*/

@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>

@import <AppKit/CPColor.j>
@import <AppKit/CPImage.j>
@import <AppKit/CPImageView.j>
@import <AppKit/CPImageView.j>
@import <AppKit/CPTextField.j>


TNMessageViewAvatarPositionRight = @"TNMessageViewAvatarPositionRight";
Expand Down
5 changes: 4 additions & 1 deletion TNStackView.j
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
*/

@import <Foundation/Foundation.j>
@import <AppKit/AppKit.j>

@import <AppKit/CPView.j>



/*! This class allows to create a view that can stack different subviews.
It will resize if in width to fill completely the view, but keeps the height
Expand Down

0 comments on commit aabf48e

Please sign in to comment.