| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
| usually when you implemented your own objects like : @interface MyOwnObject { MyOwnSecondObject *lpSO; } @end you need to tell the compiler that MyOwnSecondObject is a class you implemented yourself with the following line before the interface: @class MyOwnSecondObject; //to specify you implements elsewhere @interface MyOwnObject { MyOwnSecondObject *lpSO; } @end so in your example, why not trying declare before your interface : @class KCLine; @class KCLineFactory; @class KCColor; what's the result ??? Le 26 avr. 08 à 00:56, Ryan Chapman a écrit : I'm sure this is simple, but I'm new to Obj-C, so I can't figure it out. |
_______________________________________________ Do not post admin requests to the list. They will be ignored. Objc-language mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/objc-language/email@hidden This email sent to email@hidden
| References: | |
| >Syntax error in header file (From: "Ryan Chapman" <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.