Move compass to separate class
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package com.cradle.iitc_mobile.compass;
|
||||
|
||||
public interface CompassListener {
|
||||
public void onCompassChanged(float x, float y, float z);
|
||||
}
|
Reference in New Issue
Block a user