12 lines
133 B
Objective-C
12 lines
133 B
Objective-C
#pragma once
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface UIViewController (RNScreens)
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|