[ios] Minor warning fix

Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
Alexander Borsuk 2022-02-04 18:15:15 +01:00 committed by Alexander Borsuk
parent d2926005cf
commit d0d7207ed8

View file

@ -27,7 +27,7 @@ typedef NSArray<NSNumber *> *MWMMarkIDCollection;
typedef NSArray<NSNumber *> *MWMTrackIDCollection;
typedef NSArray<NSNumber *> *MWMGroupIDCollection;
typedef NS_ENUM(NSUInteger, MWMBookmarksShareStatus) {
typedef NS_CLOSED_ENUM(NSUInteger, MWMBookmarksShareStatus) {
MWMBookmarksShareStatusSuccess,
MWMBookmarksShareStatusEmptyCategory,
MWMBookmarksShareStatusArchiveError,