-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTPSComeBackSoonCollectionViewCell.h
41 lines (34 loc) · 1.54 KB
/
TPSComeBackSoonCollectionViewCell.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*
* This header is generated by classdump-dyld 1.0
* on Wednesday, June 6, 2018 at 1:30:51 PM China Standard Time
* Operating System: Version 8.2 (Build 12D508)
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/Tips.app/Tips
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <Tips/Tips-Structs.h>
#import <Tips/TPSBaseTipCollectionViewCell.h>
#import <UIKit/UITextViewDelegate.h>
@class UILabel, UITextView, UIImageView, NSLayoutConstraint, NSString;
@interface TPSComeBackSoonCollectionViewCell : TPSBaseTipCollectionViewCell <UITextViewDelegate> {
UILabel* _contentLabel;
UITextView* _footerTextView;
UIImageView* _heroMediaTopChromeImageView;
NSLayoutConstraint* _heroMediaViewHeightConstraint;
NSLayoutConstraint* _heroMediaTopChromeImageViewWidthConstraint;
NSLayoutConstraint* _heroMediaTopChromeImageViewTopConstraint;
NSLayoutConstraint* _contentLabelFirstBaselineConstraint;
NSLayoutConstraint* _footerTextViewLeadingConstraint;
NSLayoutConstraint* _footerTextViewTrailingConstraint;
NSLayoutConstraint* _footerTextViewFooterLastBaselineConstraint;
}
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (copy,readonly) NSString * description;
@property (copy,readonly) NSString * debugDescription;
-(id)contentViewContraints;
-(void)setTip:(id)arg1 withCellAppearance:(id)arg2 ;
-(id)initWithFrame:(CGRect)arg1 ;
-(void)updateConstraints;
-(BOOL)textView:(id)arg1 shouldInteractWithURL:(id)arg2 inRange:(NSRange)arg3 ;
-(void)updateFonts;
@end