default.txt 528 B

1234567891011
  1. extension MyClass : Interface {
  2. class func unarchiveFromFile<A>(file : A, (Int,Int) -> B) -> SKNode? {
  3. let path: String = bundle.pathForResource(file, ofType: "file\(name + 5).txt")
  4. let funnyNumber = 3 + 0xC2.15p2 * (1_000_000.000_000_1 - 000123.456) + 0o21
  5. var sceneData = NSData.dataWithContentsOfFile(path, options: .DataReadingMappedIfSafe, error: nil)
  6. /* a comment /* with a nested comment */ and the end */
  7. }
  8. @objc override func shouldAutorotate() {
  9. return true
  10. }
  11. }