talk-ios/VideoCalls/MessageBodyTextView.h

14 строки
241 B
Objective-C

//
// MessageBodyTextView.h
// VideoCalls
//
// Created by Ivan Sein on 28.06.18.
// Copyright © 2018 struktur AG. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface MessageBodyTextView : UITextView <UITextViewDelegate>
@end