Re: Implementation across several files
Re: Implementation across several files
- Subject: Re: Implementation across several files
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 19 Apr 2006 14:11:12 -0600
On Apr 19, 2006, at 2:07 PM, Phil Montoya wrote:
My implementation file has become huge (I know, I know, bad
programming). Anyhow the file is big and I want to break it up
and have the implementation straddle several files. The compiler
lets me do this but it complains that each file is an incomplete
implementation. How do I get around the warnings or is there a way
to "properly" do this in objective C.
Try breaking your implementation into categories and splitting the
categories into separate files.
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