Blame view
LifeLog/LifeLog/StepObject.h
322 Bytes
2bab9a9ab
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
// // 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 |