DataSource.java 320 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  org.apache.sling.api.resource.Resource
 */
package com.adobe.granite.ui.components.ds;

import java.util.Iterator;
import org.apache.sling.api.resource.Resource;

public interface DataSource {
    public Iterator<Resource> iterator();
}