Ignore:
Timestamp:
01/21/03 22:16:04 (21 years ago)
Author:
Nicholas Riley
Message:

Formatting changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEEController.h

    r66 r72  
    55@interface ICeCoffEEController : NSObject <APEManagerPrefPane>
    66{
    7     NSWindow*                           window;
    8     // fill your outlets here
     7    NSWindow *window;
    98   
    10     CFPreferencesWrapper_ICeCoffEE *    prefs;
    11     NSBundle*                                   _bundle;
     9    CFPreferencesWrapper_ICeCoffEE *prefs;
     10    NSBundle *_bundle;
    1211}
    1312
    14 - (id)initWithAPE:(NSBundle*)apeBundle andBundle:(NSBundle*)prefPaneBundle;
    15 - (void) setBundle:(NSBundle *)aBundle;
    16 - (NSBundle*)bundle;
     13- (id)initWithAPE:(NSBundle *)apeBundle andBundle:(NSBundle *)prefPaneBundle;
     14- (void)setBundle:(NSBundle *)aBundle;
     15- (NSBundle *)bundle;
     16
    1717@end
Note: See TracChangeset for help on using the changeset viewer.