another.im-ios/Monal/Classes/MLResizingTextView.h

15 lines
239 B
C
Raw Normal View History

2024-11-18 14:53:52 +00:00
//
// MLResizingTextView.h
// Monal
//
// Created by Anurodh Pokharel on 2/2/16.
// Copyright © 2016 Monal.im. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "MLConstants.h"
@interface MLResizingTextView : UITextView
@end