Guest User

ClientProxy.java

a guest
Sep 8th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.13 KB | None | 0 0
  1. package com.rasdek.vape.proxy;
  2.  
  3. public class ClientProxy implements CommonProxy {
  4.  
  5.     @Override
  6.     public void init() {   
  7.     }
  8.  
  9. }
Add Comment
Please, Sign In to add comment