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