• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Subclass Import Issues
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Subclass Import Issues


  • Subject: Re: Subclass Import Issues
  • From: Nick Zitzmann <email@hidden>
  • Date: Fri, 31 Dec 2004 00:13:34 -0700


On Dec 30, 2004, at 9:13 PM, Ilan Volow wrote:

--Parent.h

#import "Child.h"

@interface Parent
{
	Child *myChild;
}

Change this line: #import "Child.h"

...to this:
@class Child;

Then you can import Child.h inside the source file.

Nick Zitzmann
<http://www.chronosnet.com/>

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Subclass Import Issues (From: Ilan Volow <email@hidden>)

  • Prev by Date: Re: storing, searching, and displaying variable-sized data sets
  • Next by Date: Re: How to add a URL-tile to the Dock from an Installer?
  • Previous by thread: Subclass Import Issues
  • Next by thread: Re: Subclass Import Issues
  • Index(es):
    • Date
    • Thread