AppCacheDataSource.java 379 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.sling.commons.json.JSONObject
 */
package com.adobe.cq.mobile.ui;

import org.apache.sling.commons.json.JSONObject;

public interface AppCacheDataSource {
    public JSONObject getCacheUpdates() throws Exception;

    public JSONObject getContentListing(long var1) throws Exception;
}