Advertisement
abhighosh_18

Communicator.java

Aug 4th, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.17 KB | None | 0 0
  1. package com.example.abhishek.fragmentmodularui;
  2.  
  3. /**
  4.  * Created by ABHISHEK on 04-08-2015.
  5.  */
  6. public interface Communicator {
  7.     public void respond(int i);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement