blob: 88db7da5c6cb105b8845ff30e553ad7481306351 [file] [log] [blame]
import Foundation
public class GypSwiftTest {
let myProperty = false
init() {
self.myProperty = true
}
}