mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-29 08:22:00 +00:00
Moves away from @_exported import to add the import in the generated code (#8637)
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#if canImport(Common)
|
||||
import Common
|
||||
#endif
|
||||
|
||||
import Foundation
|
||||
|
||||
/// `ByteBuffer` is the interface that stores the data for a `Flatbuffers` object
|
||||
|
||||
Reference in New Issue
Block a user