forked from BigfootDev/flatbuffers
Moves away from @_exported import to add the import in the generated code (#8637)
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
// swiftlint:disable all
|
||||
// swiftformat:disable all
|
||||
|
||||
#if canImport(Common)
|
||||
import Common
|
||||
#endif
|
||||
|
||||
import FlatBuffers
|
||||
|
||||
public enum MyGame_Sample_Color: Int8, Enum, Verifiable {
|
||||
|
||||
Reference in New Issue
Block a user