+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "UIView.h"
+
+@class NSString, TPLCDTextViewScrollingView, UIColor, UIFrameAnimation;
+
+@interface TPLCDTextView : UIView
+{
+ NSString *_text;
+ struct __GSFont *_font;
+ UIColor *_shadowColor;
+ UIColor *_textColor;
+ TPLCDTextViewScrollingView *_scrollingView;
+ float _fontSize;
+ struct CGRect _textRect;
+ UIFrameAnimation *_animation;
+ id _delegate;
+ float _minFontSize;
+ unsigned int _textRectIsValid:1;
+ unsigned int _centerText:1;
+ unsigned int _animates:1;
+ unsigned int _isAnimating:1;
+ unsigned int _leftTruncates:1;
+}
+
++ (float)defaultMinimumFontSize;
+- (id)initWithFrame:(struct CGRect)fp8;
+- (void)dealloc;
+- (struct CGRect)textRect;
+- (void)setFrame:(struct CGRect)fp8;
+- (void)setCenterText:(BOOL)fp8;
+- (void)setLeftTruncatesText:(BOOL)fp8;
+- (void)setFont:(struct __GSFont *)fp8;
+- (void)setMinimumFontSize:(float)fp8;
+- (void)setText:(id)fp8;
+- (id)text;
+- (struct CGSize)sizeToFit;
+- (void)_drawTextInRect:(struct CGRect)fp8 verticallyOffset:(BOOL)fp24;
+- (void)setTextColor:(id)fp8;
+- (void)setShadowColor:(id)fp8;
+- (void)drawRect:(struct CGRect)fp8;
+- (void)_tearDownAnimation;
+- (void)_scheduleStartScrolling;
+- (void)_setupForAnimationIfNecessary;
+- (void)setAnimatesIfTruncated:(BOOL)fp8;
+- (void)_startScrolling;
+- (void)startAnimating;
+- (void)_finishedScrolling;
+- (void)stopAnimating;
+- (BOOL)animates;
+- (void)resetAnimation;
+- (void)setDelegate:(id)fp8;
+
+@end
+