blob: 95acfe76beb8ebb9585601cbc2ab1a628017b22f [file] [log] [blame] [raw]
package com.example.johnnysun.myapplication;
import android.os.Bundle;
/**
* Created by JohnnySun on 2015/10/8.
*/
public class BatteryEvent {
public final Bundle mBundle;
public BatteryEvent(Bundle revBundle) {
this.mBundle = revBundle;
}
}