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