Show AppController.h syntax highlighted
//
// AppController.h
// Diceware
//
// Created by wolf on 7/13/07.
// Copyright __MyCompanyName__ 2007. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface AppController : NSObject {
IBOutlet NSTextView *outputView;
}
- (IBAction)rollAgainAction:(id)sender_;
@end
See more files for this project here