On Mar 28, 2010, at 9:32 AM, Clark Cox wrote:
>> When importing header files into my
>> implementation file ".m", do I #include them or #import them? How about
>> existing library headers (like )?
>
> You can do either.
To be precise: #import is just like #include, except that the second #impor
On Sun, Mar 28, 2010 at 9:18 AM, William Squires wrote:
> ... and other things.
>
> 1) I have a C library (as a .c and .h) file. I want to encapsulate this
> functionality in an ObjC class. When importing header files into my
> implementation file ".m", do I #include them or #import them? How abou
... and other things.
1) I have a C library (as a .c and .h) file. I want to encapsulate
this functionality in an ObjC class. When importing header files into
my implementation file ".m", do I #include them or #import them? How
about existing library headers (like )?
2) If my C code uses