org.solovyev.android.view.drag.DragDirection Maven / Gradle / Ivy
/*
* Copyright (c) 2009-2011. Created by serso aka se.solovyev.
* For more information, please, contact [email protected]
*/
package org.solovyev.android.view.drag;
public enum DragDirection {
up,
down,
left,
right;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy