typedef NS_ENUM()

in FirebaseAuthUI/Sources/FUIStaticContentTableViewManager.h [136:141]


typedef NS_ENUM(NSInteger, FUIStaticContentTableViewCellType) {
  FUIStaticContentTableViewCellTypeDefault = 0,
  FUIStaticContentTableViewCellTypeButton,
  FUIStaticContentTableViewCellTypeInput,
  FUIStaticContentTableViewCellTypePassword
};