mirror of
https://github.com/wu736139669/react-native-ASHTextView.git
synced 2026-08-05 06:24:36 +00:00
13 lines
161 B
Objective-C
13 lines
161 B
Objective-C
|
|
#import "RNFixTextVieW.h"
|
|
|
|
@implementation RNFixTextVieW
|
|
|
|
- (dispatch_queue_t)methodQueue
|
|
{
|
|
return dispatch_get_main_queue();
|
|
}
|
|
RCT_EXPORT_MODULE()
|
|
|
|
@end
|
|
|