Advertisement
Guest User

Untitled

a guest
Sep 13th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. "_SecItemAdd", referenced from:
  2.  
  3.  
  4. +[SFHFKeychainUtils storeUsername:andPassword:forServiceName:updateExisting:error:] in SFHFKeychainUtils.o
  5.  
  6.  
  7. "_kSecClassGenericPassword", referenced from:
  8.  
  9.  
  10. _kSecClassGenericPassword$non_lazy_ptr in SFHFKeychainUtils.o
  11.  
  12.  
  13. (maybe you meant: _kSecClassGenericPassword$non_lazy_ptr)
  14.  
  15.  
  16. "_SecItemDelete", referenced from:
  17.  
  18.  
  19. +[SFHFKeychainUtils deleteItemForUsername:andServiceName:error:] in SFHFKeychainUtils.o
  20.  
  21.  
  22. "_kSecReturnAttributes", referenced from:
  23.  
  24.  
  25. _kSecReturnAttributes$non_lazy_ptr in SFHFKeychainUtils.o
  26.  
  27.  
  28. (maybe you meant: _kSecReturnAttributes$non_lazy_ptr)
  29.  
  30.  
  31. "_SecItemCopyMatching", referenced from:
  32.  
  33.  
  34. +[SFHFKeychainUtils getPasswordForUsername:andServiceName:error:] in SFHFKeychainUtils.o
  35.  
  36.  
  37. +[SFHFKeychainUtils getPasswordForUsername:andServiceName:error:] in SFHFKeychainUtils.o
  38.  
  39.  
  40. "_kSecValueData", referenced from:
  41.  
  42.  
  43. _kSecValueData$non_lazy_ptr in SFHFKeychainUtils.o
  44.  
  45.  
  46. (maybe you meant: _kSecValueData$non_lazy_ptr)
  47.  
  48.  
  49. "_SCNetworkReachabilityGetFlags", referenced from:
  50.  
  51.  
  52. -[Reachability connectionRequired] in Reachability.o
  53.  
  54.  
  55. -[Reachability currentReachabilityStatus] in Reachability.o
  56.  
  57.  
  58. "_SCNetworkReachabilityCreateWithName", referenced from:
  59.  
  60.  
  61. +[Reachability reachabilityWithHostName:] in Reachability.o
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement