forked from BigfootDev/flatbuffers
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
|
||||
|
||||
/// Verifiable is a protocol all swift flatbuffers object should conform to,
|
||||
|
||||
Reference in New Issue
Block a user