-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Description
Json Example
{
mid: 1501,
description: "This what"
}
-----------------
@interface Episode : RLMObjec
@Property NSInteger mid;
@Property NSString *desc;
@EnD
@implementation Episode
- (NSDictionary *)JSONInboundMappingDictionary {
return @{
@"description": @"desc"
};
}
@EnD
When I used it, had error
How to convert description property;
Metadata
Metadata
Assignees
Labels
No labels