Source code
Revision control
Copy as Markdown
Other Tools
import Foundation
public class GypSwiftTest {
let myProperty = false
init() {
self.myProperty = true
}
}
import Foundation
public class GypSwiftTest {
let myProperty = false
init() {
self.myProperty = true
}
}