Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

junmoney83

macrumors newbie
Original poster
Mar 3, 2010
20
0
There is two class

First, Second.h


first.h
<-------
#import"second.h"
@interface:first
@end


second.h
@class first.h;
@interface:first
@end


i want to refer each class's variable.
but there is an error which message is " Accessing unKnown '~~~' component of a property"
when set first's variable at second class.

how can i solve this problem?

and i have other question. if i want to see list of my question.
what do i do?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.