mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
15 lines
205 B
Swift
15 lines
205 B
Swift
//
|
|
// SpineModule.swift
|
|
// spine-ios
|
|
//
|
|
// Created by 박병관 on 3/7/25.
|
|
//
|
|
|
|
|
|
#if canImport(Spine)
|
|
@_exported import Spine
|
|
#endif
|
|
|
|
@_exported import SpineCppLite
|
|
@_exported import SpineShadersStructs
|