VoiceMac/Classes/VoiceMob/Views/MGMSMSTextView.h

15 lines
280 B
Objective-C

//
// MGMSMSTextView.h
// VoiceMob
//
// Created by Mr. Gecko on 10/1/10.
// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
//
#import <UIKit/UIKit.h>
@interface MGMSMSTextView : UITextView {
CGFloat lastHeight;
}
@end