DeviceSpecsQueryEngine.java 396 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.sling.api.SlingHttpServletRequest
 */
package com.day.cq.wcm.mobile.api.devicespecs;

import java.util.Map;
import org.apache.sling.api.SlingHttpServletRequest;

public interface DeviceSpecsQueryEngine {
    public Map<String, String> queryDeviceSpecs(SlingHttpServletRequest var1) throws Exception;
}