I have this code and would like to know if this implementation is valid in Objective-C.
@interface Carro : NSObject
@property (copy, nonatomic) NSUInteger ano;
@property (copy, nonatomic) NSString *modelo;
@property (assign, nonatomic) NSUInt...
asked by
09.04.2015 / 00:34