ios UIAlertActionStyle样式
typedef NS_ENUM(NSInteger, UIAlertActionStyle) { UIAlertActionStyleDefault = 0, // 默认样式 UIAlertActionStyleCancel, // 取消样式 UIAlertActionStyleDestructive // 点击按钮为红色} NS_ENUM_AV