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.
127 lines (119 sloc)
6.57 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 <UIKit/UIImageView.h> | |
#import <WatchKit/SPInterfaceItem-Protocol.h> | |
@class NSArray, NSBundle, NSDictionary, NSMutableArray, NSString, SPIBContainerView, SPIBOuterScrollView, UIColor; | |
@protocol SPInterfaceDelegate; | |
@interface SPInterfaceGroupView : UIImageView <SPInterfaceItem> | |
{ | |
_Bool _clipsContentsVertically; | |
_Bool _isNotification; | |
_Bool _isNotificationLinkedOnOrAfterGlory; | |
_Bool _isVerticalPage; | |
_Bool _isNativeInterfaceObject; | |
_Bool _isSection; | |
_Bool _isSectionDefault; | |
_Bool _isRoot; | |
_Bool _isTableRowRoot; | |
_Bool _marginsSet; | |
_Bool _radiusSet; | |
_Bool _backgroundSet; | |
_Bool _heightSet; | |
_Bool _shouldRenderBackgroundColorAsImage; | |
_Bool _defaultAnimate; | |
_Bool _allowsOverlap; | |
id <SPInterfaceDelegate> _delegate; | |
int _groupViewLayout; | |
NSMutableArray *_gestureRecognizerDescriptions; | |
NSDictionary *_itemDescriptionForIB; | |
SPIBOuterScrollView *_ibOuterScrollView; | |
SPIBContainerView *_ibContainerView; | |
NSDictionary *_companionProperty; | |
int _interfaceAlignment; | |
int _verticalInterfaceAlignment; | |
float _width; | |
float _widthAdjustment; | |
float _height; | |
float _heightAdjustment; | |
float _spacing; | |
NSBundle *_bundle; | |
NSString *_stringsFileName; | |
UIColor *_renderedBackgroundColor; | |
NSArray *_allAnimationImages; | |
struct CGSize _interfacePlistSize; | |
double _defaultDuration; | |
struct UIEdgeInsets _margins; | |
} | |
+ (void)initialize; | |
- (void).cxx_destruct; | |
@property(nonatomic) _Bool allowsOverlap; // @synthesize allowsOverlap=_allowsOverlap; | |
@property(nonatomic) _Bool defaultAnimate; // @synthesize defaultAnimate=_defaultAnimate; | |
@property(nonatomic) double defaultDuration; // @synthesize defaultDuration=_defaultDuration; | |
@property(copy, nonatomic) NSArray *allAnimationImages; // @synthesize allAnimationImages=_allAnimationImages; | |
@property(retain, nonatomic) UIColor *renderedBackgroundColor; // @synthesize renderedBackgroundColor=_renderedBackgroundColor; | |
@property(nonatomic) _Bool shouldRenderBackgroundColorAsImage; // @synthesize shouldRenderBackgroundColorAsImage=_shouldRenderBackgroundColorAsImage; | |
@property(nonatomic) _Bool heightSet; // @synthesize heightSet=_heightSet; | |
@property(nonatomic) _Bool backgroundSet; // @synthesize backgroundSet=_backgroundSet; | |
@property(nonatomic) _Bool radiusSet; // @synthesize radiusSet=_radiusSet; | |
@property(nonatomic) _Bool marginsSet; // @synthesize marginsSet=_marginsSet; | |
@property(nonatomic) _Bool isTableRowRoot; // @synthesize isTableRowRoot=_isTableRowRoot; | |
@property(nonatomic) _Bool isRoot; // @synthesize isRoot=_isRoot; | |
@property(nonatomic) _Bool isSectionDefault; // @synthesize isSectionDefault=_isSectionDefault; | |
@property(nonatomic) _Bool isSection; // @synthesize isSection=_isSection; | |
@property(copy, nonatomic) NSString *stringsFileName; // @synthesize stringsFileName=_stringsFileName; | |
@property(retain, nonatomic) NSBundle *bundle; // @synthesize bundle=_bundle; | |
@property(nonatomic) float spacing; // @synthesize spacing=_spacing; | |
@property(nonatomic) struct CGSize interfacePlistSize; // @synthesize interfacePlistSize=_interfacePlistSize; | |
@property(nonatomic) float heightAdjustment; // @synthesize heightAdjustment=_heightAdjustment; | |
@property(nonatomic) float height; // @synthesize height=_height; | |
@property(nonatomic) float widthAdjustment; // @synthesize widthAdjustment=_widthAdjustment; | |
@property(nonatomic) float width; // @synthesize width=_width; | |
@property(nonatomic) int verticalInterfaceAlignment; // @synthesize verticalInterfaceAlignment=_verticalInterfaceAlignment; | |
@property(nonatomic) int interfaceAlignment; // @synthesize interfaceAlignment=_interfaceAlignment; | |
@property(nonatomic) _Bool isNativeInterfaceObject; // @synthesize isNativeInterfaceObject=_isNativeInterfaceObject; | |
@property(copy, nonatomic) NSDictionary *companionProperty; // @synthesize companionProperty=_companionProperty; | |
@property(nonatomic) __weak SPIBContainerView *ibContainerView; // @synthesize ibContainerView=_ibContainerView; | |
@property(nonatomic) __weak SPIBOuterScrollView *ibOuterScrollView; // @synthesize ibOuterScrollView=_ibOuterScrollView; | |
@property(retain, nonatomic) NSDictionary *itemDescriptionForIB; // @synthesize itemDescriptionForIB=_itemDescriptionForIB; | |
@property(retain, nonatomic) NSMutableArray *gestureRecognizerDescriptions; // @synthesize gestureRecognizerDescriptions=_gestureRecognizerDescriptions; | |
@property(nonatomic) struct UIEdgeInsets margins; // @synthesize margins=_margins; | |
@property(nonatomic) _Bool isVerticalPage; // @synthesize isVerticalPage=_isVerticalPage; | |
@property(nonatomic) _Bool isNotificationLinkedOnOrAfterGlory; // @synthesize isNotificationLinkedOnOrAfterGlory=_isNotificationLinkedOnOrAfterGlory; | |
@property(nonatomic) _Bool isNotification; // @synthesize isNotification=_isNotification; | |
@property(nonatomic) _Bool clipsContentsVertically; // @synthesize clipsContentsVertically=_clipsContentsVertically; | |
@property(nonatomic) int groupViewLayout; // @synthesize groupViewLayout=_groupViewLayout; | |
@property(nonatomic) __weak id <SPInterfaceDelegate> delegate; // @synthesize delegate=_delegate; | |
- (void)_addGestureRecognizerData:(id)arg1 viewToAssociate:(id)arg2; | |
- (void)_setStaticNotificationImageAttachmentURL:(id)arg1; | |
- (void)setStaticNotificationAttachmentURL:(id)arg1 ofType:(int)arg2; | |
- (void)setStaticNotificationSubtitleLabelText:(id)arg1; | |
- (void)setStaticNotificationTitleLabelText:(id)arg1; | |
- (void)setStaticNotificationAlertLabelText:(id)arg1; | |
- (void)applyTableCellDefaultAppearance; | |
- (void)applyNotificationDefaultAppearance; | |
- (void)action:(id)arg1 value:(id)arg2; | |
- (void)setHidden:(_Bool)arg1; | |
- (void)layoutSubviews; | |
- (struct CGSize)sizeThatFits:(struct CGSize)arg1; | |
- (id)superGroupView; | |
- (_Bool)hasIntrinsicHeight; | |
- (struct UIEdgeInsets)alignmentRectInsets; | |
- (_Bool)hasDefinedHeight; | |
- (_Bool)hasDefinedWidth; | |
- (id)visibleSubviews; | |
- (id)backgroundPlatterImageWithColor:(id)arg1; | |
- (void)setInterfaceItemValue:(id)arg1 property:(id)arg2; | |
- (void)setInterfaceItemValue:(id)arg1 forKey:(id)arg2 property:(id)arg3; | |
- (_Bool)_setInterfaceItemValue:(id)arg1 forKey:(id)arg2 property:(id)arg3; | |
- (id)allProperties; | |
- (id)initWithItemDescription:(id)arg1 bundle:(id)arg2 stringsFileName:(id)arg3; | |
- (id)hitTest:(struct CGPoint)arg1 withEvent:(id)arg2; | |
// Remaining properties | |
@property(readonly, copy) NSString *debugDescription; | |
@property(readonly, copy) NSString *description; | |
@property(readonly) unsigned int hash; | |
@property(readonly) Class superclass; | |
@end | |