-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readme updated, information of H10 timestamps added
- Loading branch information
Erkki Silvola
committed
Jul 2, 2019
1 parent
cfb2c43
commit c03e8cf
Showing
3 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
// | ||
// TestClass.h | ||
// polarBleSdkTestApp | ||
// | ||
// Created by Silvola Erkki on 24/06/2019. | ||
// Copyright © 2019 Polar. All rights reserved. | ||
// | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
NS_ASSUME_NONNULL_BEGIN | ||
|
||
@interface TestClass : NSObject | ||
|
||
@end | ||
|
||
NS_ASSUME_NONNULL_END |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// | ||
// TestClass.m | ||
// polarBleSdkTestApp | ||
// | ||
// Created by Silvola Erkki on 24/06/2019. | ||
// Copyright © 2019 Polar. All rights reserved. | ||
// | ||
|
||
#import "TestClass.h" | ||
|
||
@implementation TestClass | ||
|
||
@end |