diff --git a/examples/example-ios/polarBleSdkTestApp/TestClass.h b/examples/example-ios/polarBleSdkTestApp/TestClass.h deleted file mode 100644 index 827f9356..00000000 --- a/examples/example-ios/polarBleSdkTestApp/TestClass.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// TestClass.h -// polarBleSdkTestApp -// -// Created by Silvola Erkki on 24/06/2019. -// Copyright © 2019 Polar. All rights reserved. -// - -#import - -NS_ASSUME_NONNULL_BEGIN - -@interface TestClass : NSObject - -@end - -NS_ASSUME_NONNULL_END diff --git a/examples/example-ios/polarBleSdkTestApp/TestClass.m b/examples/example-ios/polarBleSdkTestApp/TestClass.m deleted file mode 100644 index 45f69a45..00000000 --- a/examples/example-ios/polarBleSdkTestApp/TestClass.m +++ /dev/null @@ -1,13 +0,0 @@ -// -// TestClass.m -// polarBleSdkTestApp -// -// Created by Silvola Erkki on 24/06/2019. -// Copyright © 2019 Polar. All rights reserved. -// - -#import "TestClass.h" - -@implementation TestClass - -@end