Declared in TKDataSource.h

TKDataSourceDataFormat

@enum TKDataSourceDataFormat

Represents an enum that defines the format of the data that can be parsed by TKDataSource.

Definition

typedef NS_ENUM(NSInteger, TKDataSourceDataFormat ) {
   TKDataSourceDataFormatJSON,
};

Constants

TKDataSourceDataFormatJSON
 The data is in JSON format.

Declared In TKDataSource.h.

Declared In

TKDataSource.h