create TestRecorder iOS test app

This commit is contained in:
Rafael Bastos
2024-07-12 08:53:47 +01:00
parent 952e4a93e1
commit 23459b2635
14 changed files with 779 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
//
// ReactStubs.h
// TestRecorder
//
// Created by Rafael Bastos on 12/07/2024.
// Copyright © 2024 mrousavy. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (React)
- (void)didSetProps:(NSArray<NSString *> *)changedProps;
@end