16 lines
256 B
Objective-C
16 lines
256 B
Objective-C
//
|
|
// 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
|