package ch.fhnw.oop1.lec12.carnivore; /** * Created by Kelvin on 30-Jan-16. */ public interface Strokable { public void stroke(); }