CMMotionActivityExtra.h
335 Bytes
//
// CMMotionActivityExtra.h
// LifeLog
//
// Created by Nguyen Van Phong on 7/29/17.
// Copyright © 2017 PhongNV. All rights reserved.
//
#import <CoreMotion/CoreMotion.h>
@interface CMMotionActivityExtra : NSObject
@property (nonatomic, strong) CMMotionActivity *activity;
@property (nonatomic, strong) NSDate *endDate;
@end