Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
coderZsq committed Feb 28, 2019
1 parent 4dc53bc commit 433c0f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN

@interface SQTrainingCapacityDataBase : NSObject

@property (nonatomic, assign) NSString * key;
@property (nonatomic, copy) NSString * key;

@property (nonatomic, copy) NSString * date;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN

@interface SQTrainingCapacityDataBase : NSObject

@property (nonatomic, assign) NSString * key;
@property (nonatomic, copy) NSString * key;

@property (nonatomic, copy) NSString * date;

Expand Down

0 comments on commit 433c0f2

Please sign in to comment.