Static variable in Obj-C way?
Static variable in Obj-C way?
- Subject: Static variable in Obj-C way?
- From: Youngjin Kim <email@hidden>
- Date: Fri, 8 Jun 2001 10:48:17 +0900
Hi,
I am looking for a way to define static variable in obj-C. Does anyone
know how? Yes, I can use extern declaration as in C, but there's got
to be more objective way. or there isn't?
Youngjin