BmobRelation Class Reference
Inherits from | NSObject |
---|---|
Declared in | BmobRelation.h |
+ relation
创建BmobRelation对象实例
+ (instancetype)relation
Return Value
BmobRelation对象实例
Declared In
BmobRelation.h
– addObject:
添加关联关系
- (void)addObject:(BmobObject *)object
Parameters
object |
添加关系的对象 |
---|
Declared In
BmobRelation.h
– removeObject:
移除关联关系
- (void)removeObject:(BmobObject *)object
Parameters
object |
移除关系的对象 |
---|
Declared In
BmobRelation.h