Skip to content

Instantly share code, notes, and snippets.

@Rjmaurya13
Created September 27, 2019 07:31
Show Gist options
  • Save Rjmaurya13/3c37ce6cdb369f6d0c05009165ed3d7a to your computer and use it in GitHub Desktop.
Save Rjmaurya13/3c37ce6cdb369f6d0c05009165ed3d7a to your computer and use it in GitHub Desktop.
Subframework
public class MySubFramework {
public func CallSubFramework() {
print("My Subframework Called")
}
public init() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment