18 lines
272 B
Mathematica
18 lines
272 B
Mathematica
|
//
|
||
|
// ReactStubs.m
|
||
|
// TestRecorder
|
||
|
//
|
||
|
// Created by Rafael Bastos on 12/07/2024.
|
||
|
// Copyright © 2024 mrousavy. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "ReactStubs.h"
|
||
|
|
||
|
@implementation UIView (React)
|
||
|
|
||
|
- (void)didSetProps:(__unused NSArray<NSString *> *)changedProps
|
||
|
{
|
||
|
}
|
||
|
|
||
|
@end
|