VersionedContent.java
316 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
*/
package com.adobe.cq.dam.cfm;
import aQute.bnd.annotation.ProviderType;
@ProviderType
public interface VersionedContent {
public String getContentType();
public String getContent();
}