-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTPSTip.h
89 lines (82 loc) · 4.48 KB
/
TPSTip.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
/*
* 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/NSCopying.h>
@class NSAttributedString, NSString, TPSRelatedApp;
@interface TPSTip : NSObject <NSCopying> {
BOOL _showOnDemand;
BOOL _suppressRating;
BOOL _textContainsHTML;
NSAttributedString* _attributedString;
NSString* _identifier;
NSString* _title;
NSString* _altTitle;
NSString* _text;
NSString* _shareText;
NSString* _notificationText;
NSString* _heroImagePath;
NSString* _heroImageWidePath;
NSString* _heroVideoPath;
NSString* _heroVideoWidePath;
NSString* _webURLPath;
TPSRelatedApp* _relatedApp;
}
@property (assign,nonatomic) BOOL showOnDemand; //@synthesize showOnDemand=_showOnDemand - In the implementation block
@property (assign,nonatomic) BOOL suppressRating; //@synthesize suppressRating=_suppressRating - In the implementation block
@property (assign,nonatomic) BOOL textContainsHTML; //@synthesize textContainsHTML=_textContainsHTML - In the implementation block
@property (nonatomic,copy) NSAttributedString * attributedString; //@synthesize attributedString=_attributedString - In the implementation block
@property (nonatomic,copy) NSString * identifier; //@synthesize identifier=_identifier - In the implementation block
@property (nonatomic,copy) NSString * title; //@synthesize title=_title - In the implementation block
@property (nonatomic,copy) NSString * altTitle; //@synthesize altTitle=_altTitle - In the implementation block
@property (nonatomic,copy) NSString * text; //@synthesize text=_text - In the implementation block
@property (nonatomic,copy) NSString * shareText; //@synthesize shareText=_shareText - In the implementation block
@property (nonatomic,copy) NSString * notificationText; //@synthesize notificationText=_notificationText - In the implementation block
@property (nonatomic,copy) NSString * heroImagePath; //@synthesize heroImagePath=_heroImagePath - In the implementation block
@property (nonatomic,copy) NSString * heroImageWidePath; //@synthesize heroImageWidePath=_heroImageWidePath - In the implementation block
@property (nonatomic,copy) NSString * heroVideoPath; //@synthesize heroVideoPath=_heroVideoPath - In the implementation block
@property (nonatomic,copy) NSString * heroVideoWidePath; //@synthesize heroVideoWidePath=_heroVideoWidePath - In the implementation block
@property (nonatomic,copy) NSString * webURLPath; //@synthesize webURLPath=_webURLPath - In the implementation block
@property (nonatomic,copy) TPSRelatedApp * relatedApp; //@synthesize relatedApp=_relatedApp - In the implementation block
-(NSString *)heroVideoPath;
-(NSString *)heroVideoWidePath;
-(BOOL)suppressRating;
-(TPSRelatedApp *)relatedApp;
-(BOOL)textContainsHTML;
-(id)initWithDictionary:(id)arg1 locale:(id)arg2 ;
-(NSString *)heroImagePath;
-(void)setHeroImagePath:(NSString *)arg1 ;
-(NSString *)heroImageWidePath;
-(void)setHeroImageWidePath:(NSString *)arg1 ;
-(BOOL)showOnDemand;
-(void)setShareText:(NSString *)arg1 ;
-(void)setWebURLPath:(NSString *)arg1 ;
-(void)setNotificationText:(NSString *)arg1 ;
-(void)setSuppressRating:(BOOL)arg1 ;
-(void)setTextContainsHTML:(BOOL)arg1 ;
-(void)setHeroVideoPath:(NSString *)arg1 ;
-(void)setHeroVideoWidePath:(NSString *)arg1 ;
-(void)setRelatedApp:(TPSRelatedApp *)arg1 ;
-(void)updateWithDictionary:(id)arg1 locale:(id)arg2 ;
-(NSString *)shareText;
-(NSString *)webURLPath;
-(NSString *)notificationText;
-(void)setShowOnDemand:(BOOL)arg1 ;
-(void)updateWithTip:(id)arg1 ;
-(void)setTitle:(NSString *)arg1 ;
-(id)debugDescription;
-(NSString *)identifier;
-(NSString *)title;
-(id)copyWithZone:(NSZone*)arg1 ;
-(NSString *)text;
-(void)setText:(NSString *)arg1 ;
-(void)setAttributedString:(NSAttributedString *)arg1 ;
-(NSAttributedString *)attributedString;
-(void)setIdentifier:(NSString *)arg1 ;
-(void)setAltTitle:(NSString *)arg1 ;
-(NSString *)altTitle;
@end