-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPHRecentsPersonFaceTimeHeaderSummaryView.h
36 lines (29 loc) · 1.5 KB
/
PHRecentsPersonFaceTimeHeaderSummaryView.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
/*
* This header is generated by classdump-dyld 1.0
* on Wednesday, June 6, 2018 at 1:25:15 PM China Standard Time
* Operating System: Version 8.2 (Build 12D508)
* Image Source: /private/var/db/stash/_.8k0vmU/Applications/FaceTime.app/FaceTime
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/
#import <FaceTime/FaceTime-Structs.h>
#import <UIKit/UIView.h>
#import <FaceTime/PHRecentsHeaderSummaryView.h>
@class UILabel;
@interface PHRecentsPersonFaceTimeHeaderSummaryView : UIView <PHRecentsHeaderSummaryView> {
UILabel* _topmostLabel;
UILabel* _bottommostLabel;
double _intrinsicContentHeight;
}
@property (assign) UILabel * topmostLabel; //@synthesize topmostLabel=_topmostLabel - In the implementation block
@property (assign) UILabel * bottommostLabel; //@synthesize bottommostLabel=_bottommostLabel - In the implementation block
@property (assign) double intrinsicContentHeight; //@synthesize intrinsicContentHeight=_intrinsicContentHeight - In the implementation block
-(id)initWithFrame:(CGRect)arg1 recentCall:(id)arg2 occurrenceDate:(id)arg3 status:(unsigned)arg4 duration:(double)arg5 type:(unsigned)arg6 dataUsage:(double)arg7 ;
-(void)setTopmostLabel:(UILabel *)arg1 ;
-(void)setBottommostLabel:(UILabel *)arg1 ;
-(void)setIntrinsicContentHeight:(double)arg1 ;
-(UILabel *)topmostLabel;
-(UILabel *)bottommostLabel;
-(double)intrinsicContentHeight;
-(CGSize)sizeThatFits:(CGSize)arg1 ;
-(CGSize)intrinsicContentSize;
@end