Advertisement
tamerSabek

14032019_4

Mar 14th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.19 KB | None | 0 0
  1. import Foundation
  2.  
  3. class A{}
  4. class Aa:A{}    
  5. struct B{}
  6.  
  7. // struct Bb:B{}    
  8.  
  9. protocol P{}
  10. protocol Pp:P{}
  11.  
  12. class Aaa:P{}
  13. struct Bbb:P{}
  14.  
  15. //class Aaaa:B{}
  16. //struct Bbbb:A{}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement