BmobTableSchema Class Reference

Inherits from NSObject
Declared in BmobTableSchema.h

  fields

< 表名

@property (nonatomic, readonly, copy) NSDictionary *fields

Declared In

BmobTableSchema.h

– initWithBmobTableSchemaDic:

指定初始化方法

- (instancetype)initWithBmobTableSchemaDic:(NSDictionary *)bmobTableSchemaDic

Parameters

bmobTableSchemaDic

初始化用的dic,结构为@{@“className”:@“name”,@“fields”:dic}

Return Value

BmobTableSchema对象

Declared In

BmobTableSchema.h