Skip to content

Instantly share code, notes, and snippets.

View NikolayShubenkov's full-sized avatar

Nikolay Shubenkov NikolayShubenkov

  • OneTwoTrip
View GitHub Profile
typedef NS_ENUM(NSInteger, MDSUpdateTaskType) {
MDSUpdateTaskTypePrices,
MDSUpdateTaskTypeEditorials
};
typedef NS_ENUM(NSInteger, MDSUpdateTaskState) {
MDSUpdateTaskStateWaitingToStart,
MDSUpdateTaskStateUpdating,
MDSUpdateTaskStateSucceed,
MDSUpdateTaskStateFailed