Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public class MySubFramework {
  2. public func CallSubFramework() {
  3. print("My Subframework Called")
  4. }
  5. public init() {
  6.  
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement