Files
gitx/MGScopeBar/AppController.h
T
German Laullon 84ea632031 NGScopeBar
2010-09-15 17:00:07 -07:00

21 lines
387 B
Objective-C

//
// AppController.h
// MGScopeBar
//
// Created by Matt Gemmell on 16/03/2008.
//
#import <Cocoa/Cocoa.h>
#import "MGScopeBarDelegateProtocol.h"
@interface AppController : NSObject <MGScopeBarDelegate> {
IBOutlet NSTextField *labelField;
IBOutlet MGScopeBar *scopeBar;
IBOutlet NSView *accessoryView;
NSMutableArray *groups;
}
@property(retain) NSMutableArray *groups;
@end