Guest User

Untitled

a guest
Jul 28th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. package com.nimblenogginsoftware.mocking.service
  2. {
  3.  
  4. public interface ILoginService
  5. {
  6.  
  7. function login(username:String, password:String):void;
  8. function logout():void;
  9. }
  10. }
Add Comment
Please, Sign In to add comment