ScreenDefinition.java 322 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.day.cq.i18n.I18n
 */
package com.adobe.cq.mobile.platform.impl.store;

import com.day.cq.i18n.I18n;

public interface ScreenDefinition {
    public boolean imageFits(int var1, int var2);

    public String getDescription(I18n var1);
}