blob: cbedaa5f916e3002aa9ee5a1e94c3923e67d0a18 [file] [log] [blame]
package org.robolectric.shadows;
import android.graphics.BitmapShader;
import org.robolectric.annotation.Implements;
@Implements(BitmapShader.class)
public class ShadowBitmapShader {
}