Advertisement
Guest User

AbstractFactory

a guest
Mar 29th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. /**
  2. * Created by Yuriy on 29/03/2017.
  3. */
  4. public abstract class AbstractFactory {
  5. public abstract BaseFactory getFactory();
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement