PushNotificationDataSource.java 504 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.sling.api.resource.Resource
 *  org.osgi.framework.ServiceReference
 */
package com.adobe.cq.mobile.ui;

import java.util.List;
import org.apache.sling.api.resource.Resource;
import org.osgi.framework.ServiceReference;

public interface PushNotificationDataSource {
    public List<Resource> getNotifications() throws Exception;

    public List<ServiceReference> getNotificationServices() throws Exception;
}