forked from organicmaps/organicmaps
[ios] Minor warning fix
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
d2926005cf
commit
d0d7207ed8
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue