typedef NS_ENUM()

in mpush_ios_demo/mpush_ios_demo/CustomAlertView.h [15:19]


typedef NS_ENUM(NSUInteger, AlertInputType) {
    AlertInputTypeBindAlias, // 绑定别名
    AlertInputTypeBindAccount, // 绑定账号
    AlertInputTypeSyncBadgeNum // 角标同步
};