15 lines
239 B
Objective-C
15 lines
239 B
Objective-C
//
|
|
// 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
|