Declared in DCEnumerations.h

DCScore

The type of 5 step evaluation score.

Definition

typedef NS_ENUM(NSInteger, DCScore ) {
   DCSCORE_SCORE_1 = 1,
   DCSCORE_SCORE_2 = 2,
   DCSCORE_SCORE_3 = 3,
   DCSCORE_SCORE_4 = 4,
   DCSCORE_SCORE_5 = 5,
};

Constants

DCSCORE_SCORE_1

The highest score.

Declared In DCEnumerations.h.

DCSCORE_SCORE_2

The high score.

Declared In DCEnumerations.h.

DCSCORE_SCORE_3

The middle score.

Declared In DCEnumerations.h.

DCSCORE_SCORE_4

The low score.

Declared In DCEnumerations.h.

DCSCORE_SCORE_5

The lowest score.

Declared In DCEnumerations.h.

Declared In

DCEnumerations.h