TSKPreviewViewController.h 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*
  2. * This header is generated by classdump-dyld 1.0
  3. * on Sunday, July 22, 2018 at 11:13:55 PM Mountain Standard Time
  4. * Operating System: Version 11.3 (Build 15L211)
  5. * Image Source: /System/Library/PrivateFrameworks/TVSettingKit.framework/TVSettingKit
  6. * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
  7. */
  8. #import <UIKit/UIViewController.h>
  9. @class NSArray, UIView, UILabel, UIProgressView, NSString, NSAttributedString;
  10. @interface TSKPreviewViewController : UIViewController {
  11. NSArray* _contentConstraints;
  12. BOOL _shouldShowProgress;
  13. float _progress;
  14. UIView* _contentView;
  15. UIView* _contentContainer;
  16. UIView* _metadataContainer;
  17. UILabel* _descriptionLabel;
  18. UILabel* _progressLabel;
  19. UIProgressView* _progressView;
  20. }
  21. @property (nonatomic,readonly) UIView * contentContainer; //@synthesize contentContainer=_contentContainer - In the implementation block
  22. @property (nonatomic,readonly) UIView * metadataContainer; //@synthesize metadataContainer=_metadataContainer - In the implementation block
  23. @property (nonatomic,readonly) UIView * contentContainerSnapshot;
  24. @property (nonatomic,readonly) UILabel * descriptionLabel; //@synthesize descriptionLabel=_descriptionLabel - In the implementation block
  25. @property (nonatomic,readonly) UILabel * progressLabel; //@synthesize progressLabel=_progressLabel - In the implementation block
  26. @property (nonatomic,readonly) UIProgressView * progressView; //@synthesize progressView=_progressView - In the implementation block
  27. @property (nonatomic,retain) UIView * contentView; //@synthesize contentView=_contentView - In the implementation block
  28. @property (nonatomic,copy) NSString * descriptionText;
  29. @property (nonatomic,copy) NSAttributedString * attributedDescriptionText;
  30. @property (assign,nonatomic) BOOL shouldShowProgress; //@synthesize shouldShowProgress=_shouldShowProgress - In the implementation block
  31. @property (assign,nonatomic) float progress; //@synthesize progress=_progress - In the implementation block
  32. -(NSString *)descriptionText;
  33. -(void)setDescriptionText:(NSString *)arg1 ;
  34. -(void)traitCollectionDidChange:(id)arg1 ;
  35. -(id)initWithNibName:(id)arg1 bundle:(id)arg2 ;
  36. -(UIView *)contentView;
  37. -(void)setContentView:(UIView *)arg1 ;
  38. -(void)setProgress:(float)arg1 ;
  39. -(void)viewDidLoad;
  40. -(void)setProgress:(float)arg1 animated:(BOOL)arg2 ;
  41. -(float)progress;
  42. -(UILabel *)descriptionLabel;
  43. -(UIProgressView *)progressView;
  44. -(UILabel *)progressLabel;
  45. -(void)setAttributedDescriptionText:(NSAttributedString *)arg1 ;
  46. -(void)setContentView:(id)arg1 animated:(BOOL)arg2 ;
  47. -(UIView *)contentContainerSnapshot;
  48. -(UIView *)contentContainer;
  49. -(UIView *)metadataContainer;
  50. -(NSAttributedString *)attributedDescriptionText;
  51. -(void)setShouldShowProgress:(BOOL)arg1 ;
  52. -(BOOL)shouldShowProgress;
  53. @end