mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-14 06:31:31 +00:00
inherit from NSObject protocol
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@39592 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
20aaffe6bd
commit
bc6d46ce5d
1 changed files with 3 additions and 1 deletions
|
@ -20,12 +20,14 @@
|
|||
** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
|
||||
@class NSColor;
|
||||
@class NSTextView;
|
||||
@class NSArray;
|
||||
@class NSString;
|
||||
|
||||
@protocol PCDebuggerViewDelegateProtocol
|
||||
@protocol PCDebuggerViewDelegateProtocol <NSObject>
|
||||
|
||||
- (NSColor *)userInputColor;
|
||||
- (NSColor *)debuggerColor;
|
||||
|
|
Loading…
Reference in a new issue