package org.zstack.header.image; /** * Created with IntelliJ IDEA. * User: frank * Time: 5:29 PM * To change this template use File | Settings | File Templates. */ public interface ImageMessage { String getImageUuid(); }