Dactyloidae/media/webrtc/trunk/tools/gyp/test/mac/swift-library/file.swift

9 lines
No EOL
116 B
Swift

import Foundation
public class GypSwiftTest {
let myProperty = false
init() {
self.myProperty = true
}
}