blob: 88db7da5c6cb105b8845ff30e553ad7481306351 [file] [log] [blame]
Ben Murdoch097c5b22016-05-18 11:27:45 +01001import Foundation
2
3public class GypSwiftTest {
4 let myProperty = false
5
6 init() {
7 self.myProperty = true
8 }
9}