im trying to run my app from the menu bar and i added the following to the AppDelegate.h and i keep getting the error "cannot declare variable inside @protocol or @interface"
       @interface AppDelegate : NSObject <NSApplicationDelegate>
       {
       IBOutlet NSMenu *statusMenu;
       NSStatusItem * statusItem;
       }
can anyone help please? many thanks andrew
 
     
     
    