SHARE
TWEET

Untitled

a guest Jan 4th, 2016 51 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. export class ScanNetwork {
  2.  
  3.     id: string;
  4.     status: number;
  5.  
  6.     constructor(id: string, status: number){
  7.         console.log('constructor for scan');
  8.     this.id = id;
  9.     this.status = status;
  10.     }
  11. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top