4 lines
93 B
Swift
4 lines
93 B
Swift
|
public func dummyMethodToEnforceBundling() {
|
||
|
enforce_binding() // disable tree shaking
|
||
|
}
|