Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
43 lines (36 sloc)
1.56 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Generated by class-dump 3.5 (64 bit) (Debug version compiled Oct 15 2018 10:31:50). | |
// | |
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2015 by Steve Nygard. | |
// | |
#import <WatchKit/SPViewController.h> | |
@class NSArray, NSMutableDictionary; | |
@protocol SPHostingViewControllerDelegate; | |
@interface SPHostingViewController : SPViewController | |
{ | |
NSMutableDictionary *_dynamicInterfaceViews; | |
} | |
- (void).cxx_destruct; | |
@property(retain, nonatomic) NSMutableDictionary *dynamicInterfaceViews; // @synthesize dynamicInterfaceViews=_dynamicInterfaceViews; | |
- (id)actionGroup; | |
- (void)action:(id)arg1 actionTarget:(id)arg2; | |
- (void)removeDynamicInterfaceObject:(id)arg1; | |
- (void)setupDynamicInterfaceObject:(id)arg1 completion:(CDUnknownBlockType)arg2; | |
- (void)_wheelChangedWithEvent:(id)arg1; | |
- (_Bool)canBecomeFirstResponder; | |
- (struct CGSize)hostedViewSizeThatFits:(struct CGSize)arg1; | |
- (struct CGSize)hostedViewIntrisicContentSize; | |
- (void)setUnderlyingUIHostingController:(id)arg1; | |
- (void)setInterfaceValue:(id)arg1 forKey:(id)arg2 property:(id)arg3; | |
- (_Bool)prefersStatusBarHidden; | |
- (void)updateTitleForViewController:(id)arg1; | |
- (void)applicationDidBecomeActive; | |
- (void)viewDidDisappear:(_Bool)arg1; | |
- (void)viewWillAppear:(_Bool)arg1; | |
- (void)viewDidLayoutSubviews; | |
- (void)loadView; | |
- (id)initWithInterfaceDescription:(id)arg1 bundle:(id)arg2 stringsFileName:(id)arg3; | |
// Remaining properties | |
@property(nonatomic) __weak id <SPHostingViewControllerDelegate> delegate; // @dynamic delegate; | |
@property(retain, nonatomic) NSArray *properties; // @dynamic properties; | |
@end | |