StepObject.h 322 Bytes
//
//  StepObject.h
//  LifeLog
//
//  Created by Nguyen Van Phong on 8/11/17.
//  Copyright © 2017 PhongNV. All rights reserved.
//

#import <Foundation/Foundation.h>

@interface StepObject : NSObject
@property (nonatomic) int step;
@property (nonatomic, strong) NSString *typeStep;
@property (nonatomic) int hour;
@end