Advertisement
Guest User

Untitled

a guest
Oct 8th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. package com.example.truc.G.a.a;
  2.  
  3. public interface    e {
  4.     void b();
  5.  
  6.     void d();
  7.  
  8.     void h();
  9.  
  10.     void i();
  11.  
  12.     boolean j();
  13.  
  14.     void k();
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement