package me.flyingrub.mibandnotify.bluetooth; /** * Created by fly on 19/07/15. */ public interface BLEAction { void run(); }