17 lines
284 B
Objective-C
17 lines
284 B
Objective-C
//
|
|
// Mattermost+RCTUITextView.h
|
|
// Mattermost
|
|
//
|
|
// Created by Elias Nahum on 6/18/19.
|
|
// Copyright © 2019 Facebook. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface Mattermost_RCTUITextView : NSObject
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|