public string Category {get; set;}
public string Category {get; set;}
@property (nonatomic,copy) NSString* category;
public String getCategory() public void setCategory(String value)
get_Category();
set_Category(value);
Object.defineProperty('Category');