
Hi,
How to declare @property nsinteger?
Thanks

HI,
Here is the code:
@interface SomeInterface{
NSInteger myvariable;
}
@property (nonatomic) NSInteger myvariable;
@end
Thanks

HI,
Here is the code:
@interface SomeInterface{
NSInteger myvariable;
}
@property (nonatomic) NSInteger myvariable;
@end
Thanks