Publisher.java
362 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.api.resource.Resource
*/
package com.adobe.cq.mcm.campaign;
import com.adobe.cq.mcm.campaign.NewsletterException;
import org.apache.sling.api.resource.Resource;
public interface Publisher {
public void publish(Resource var1) throws NewsletterException;
}