Skip to content

Commit

Permalink
fix: rename Utils -> TentapUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
fahrulalwan committed Jul 4, 2024
1 parent 9c36a42 commit eafe90b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
7 changes: 7 additions & 0 deletions ios/TentapUtils.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#ifndef TentapUtils_h
#define TentapUtils_h

@interface TentapUtils : NSObject
@end

#endif /* TentapUtils_h */
6 changes: 3 additions & 3 deletions ios/Utils.m → ios/TentapUtils.m
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#import <Foundation/Foundation.h>
#import "Utils.h"
#import "TentapUtils.h"
#import <UIKit/UIKit.h>

@implementation Utils
@implementation TentapUtils

+ (id)alloc {
[NSException raise:@"Cannot be instantiated!" format:@"Static class 'Utils' cannot be instantiated!"];
[NSException raise:@"Cannot be instantiated!" format:@"Static class 'TentapUtils' cannot be instantiated!"];
return nil;
}

Expand Down
7 changes: 0 additions & 7 deletions ios/Utils.h

This file was deleted.

0 comments on commit eafe90b

Please sign in to comment.