MobileAppProvider.java 457 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.day.cq.contentsync.config.Config
 *  org.apache.sling.api.resource.ValueMap
 */
package com.adobe.cq.mobile.platform.impl;

import com.day.cq.contentsync.config.Config;
import java.util.Map;
import org.apache.sling.api.resource.ValueMap;

public interface MobileAppProvider {
    public ValueMap getProperties();

    public Map<String, Config> findResourceConfigs();
}