luxlabs header browser preview


@protocol AMSUICommonTextViewDelegate;

@interface AMSUICommonTextView : UITextView

@property (weak, nonatomic) id<AMSUICommonTextViewDelegate> ams_delegate;
@property (nonatomic) BOOL centerText;

- (void)traitCollectionDidChange:(id)a0;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (void)_centerTextIfNeeded;

@end