Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ileitch
Created September 17, 2018 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ileitch/0321d4cbf3bd2816c755a5acef87bdaf to your computer and use it in GitHub Desktop.
Save ileitch/0321d4cbf3bd2816c755a5acef87bdaf to your computer and use it in GitHub Desktop.
import Foundation
class FixtureClass95 {
private static var someVar: String!
private var someVar: String! {
return FixtureClass95.someVar
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment