co-maps/iphone/Maps/UI/BottomMenu/MWMBottomMenuState.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
260 B
C
Raw Normal View History

2025-11-22 13:58:55 +01:00
#ifndef MWMBottomMenuState_h
#define MWMBottomMenuState_h
typedef NS_ENUM(NSUInteger, MWMBottomMenuState) {
MWMBottomMenuStateHidden,
MWMBottomMenuStateInactive,
MWMBottomMenuStateActive,
MWMBottomMenuStateLayers
};
#endif /* MWMBottomMenuState_h */