blob: 8702c25dc42c79abda4981036c3632f94adc6f4c [file] [log] [blame]
package android.support.v7.view;
/**
* Just a unit testing stub
*/
public class ActionMode {
public interface Callback {
}
}