Guest User

Untitled

a guest
Jun 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. class MyInfo {
  2.  
  3. func pushToPage() {
  4. print("push to my info page")
  5. }
  6.  
  7. }
  8.  
  9. class LeaveDomain {
  10.  
  11. func leaveFlow() {
  12. print("Show verify dialog")
  13. }
  14.  
  15. }
  16.  
  17. class QRCode {
  18.  
  19. func Scan() {
  20. print("Scan QRCode")
  21. }
  22.  
  23. }
Add Comment
Please, Sign In to add comment