Guest User

Untitled

a guest
May 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. IUserStorageDebugger = class
  2. function GetEmails: TList<string>;
  3. procedure SetEmails(const Value: TList<string>);
  4. function GetPasswords: TList<string>;
  5. procedure SetPasswords(const Value: TList<string>);
  6. end;
Add Comment
Please, Sign In to add comment