• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 import Foundation
2 
3 public class GypSwiftTest {
4   let myProperty = false
5 
6   init() {
7     self.myProperty = true
8   }
9 }