pcsxr/macosx/Source/PcsxrPluginHandler.h

16 lines
372 B
Objective-C

//
// PcsxrPluginHandler.h
// Pcsxr
//
// Created by Charles Betts on 12/10/11.
// Copyright (c) 2011 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "PcsxrFileHandle.h"
@interface PcsxrPluginHandler : NSWindowController <PcsxrFileHandle>
@property (weak) IBOutlet NSTextField *pluginName;
- (IBAction)closeAddPluginSheet:(id)sender;
@end