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)
|
||||
@_implementationOnly import Common
|
||||
#endif
|
||||
|
||||
@_implementationOnly import FlatBuffers
|
||||
|
||||
internal struct Message: FlatBufferObject, Verifiable, ObjectAPIPacker {
|
||||
|
||||
Reference in New Issue
Block a user