*red __attribute__((swift_name("red"))); @property (class, readonly) ComposeAppColors *green __attribute__((swift_name("green"))); @property (class, readonly) ComposeAppColors *blue __attribute__((swift_name("blue"))); + (ComposeAppKotlinArray<ComposeAppColors *> *)values __attribute__((swift_name("values()"))); @property (class, readonly) NSArray<ComposeAppColors *> *entries __attribute__((swift_name("entries"))); @end Enum Interop - The Investigation Somewhere in Objective-C