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:
Riccardo Mottola 2016-03-23 01:32:01 +00:00
parent 20aaffe6bd
commit bc6d46ce5d

View file

@ -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;