package com.google.snappy; /** * Created by andyhuibers on 7/21/15. */ public interface GyroListener { void updateGyroAngles(float[] gyroAngles); }