Name: Anonymous 2011-02-25 7:33
template<typename Type>
@interface public static MyClass : NSObject
{
public static Type variable
{;
get
{
variable = value;
};
set {
return variable;
}
};
}
- (int)MyClass::variable;
@endSHITS UNREADABLE