~ubuntu-branches/ubuntu/trusty/zipper.app/trusty

« back to all changes in this revision

Viewing changes to AppDelegate.h

  • Committer: Bazaar Package Importer
  • Author(s): Gürkan Sengün
  • Date: 2004-11-10 23:40:33 UTC
  • Revision ID: james.westby@ubuntu.com-20041110234033-v32mldso2yf8i7v4
Tags: upstream-0.9
Import upstream version 0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#import <Foundation/NSObject.h>
 
2
 
 
3
@class NSTableView, Archive, TableViewDataSource;
 
4
 
 
5
@interface AppDelegate : NSObject
 
6
{
 
7
  @private
 
8
//      IBOutlet NSTableView *_tableView;
 
9
 
 
10
//      NSString *_filename;
 
11
//      Archive *_archive;
 
12
//      TableViewDataSource *_tableViewDataSource;
 
13
}
 
14
 
 
15
- (void)showPreferences:(id)sender;
 
16
 
 
17
@end