//
//  TSPowerSaveChangeEvent.h
//  TSLocationManager
//
//  Created by Christopher Scott on 2017-09-18.
//  Copyright © 2017 Transistor Software. All rights reserved.
//

@interface TSPowerSaveChangeEvent : NSObject

@property (nonatomic, readonly) BOOL isPowerSaveMode;

@end

