Skip to content

Instantly share code, notes, and snippets.

@sorin-ref
Created November 8, 2018 09:05
Show Gist options
  • Save sorin-ref/1242ed2266ac4545ab40303563898d42 to your computer and use it in GitHub Desktop.
Save sorin-ref/1242ed2266ac4545ab40303563898d42 to your computer and use it in GitHub Desktop.
import Foundation
public class Framer {
public func getFrameName() -> String {
return "My frame"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment