Advertisement
Guest User

CommonProxy.java

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