Searching for iOS 17.1 Headers

Switch to: 18.1, 16.3, 15.2.1, 14.4, 13.1.3, 12.1, 11.1.2, 11.0.1, 11.0, 10.2, 10.1.1, 9.3.3, 9.0, 8.0, 7.0, 6.0, 5.0, 4.0, 3.0, macos_15.3.1


Back to UIKitCore.framework
Viewing file: _UILayoutItem.h   Raw   logify
_UILayoutItem was found in iOS 18.1, 17.1, 16.3, 15.2.1, 14.4, 13.1.3, 12.1
Filter:  
/*
* This header is generated by classdump-dyld 1.0
* on Wednesday, November 15, 2023 at 5:37:06 PM Eastern European Standard Time
* Operating System: Version 17.1 (Build 21B74)
* Image Source: /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos.
*/

@class NSLayoutXAxisAnchor, NSLayoutYAxisAnchor, NSLayoutDimension;


@protocol _UILayoutItem <NSLayoutItem>

@property (nonatomic,readonly) NSLayoutXAxisAnchor * leadingAnchor; 
@property (nonatomic,readonly) NSLayoutXAxisAnchor * trailingAnchor;
@property (nonatomic,readonly) NSLayoutXAxisAnchor * leftAnchor;
@property (nonatomic,readonly) NSLayoutXAxisAnchor * rightAnchor;
@property (nonatomic,readonly) NSLayoutYAxisAnchor * topAnchor;
@property (nonatomic,readonly) NSLayoutYAxisAnchor * bottomAnchor;
@property (nonatomic,readonly) NSLayoutDimension * widthAnchor;
@property (nonatomic,readonly) NSLayoutDimension * heightAnchor;
@property (nonatomic,readonly) NSLayoutXAxisAnchor * centerXAnchor;
@property (nonatomic,readonly) NSLayoutYAxisAnchor * centerYAnchor;
@optional
-(id)_contentHeightVariable;
-(id)_contentWidthVariable;
-(id)nsli_contentHeightVariable;
-(id)nsli_contentWidthVariable;
@required
-(BOOL)_uili_requiresObservationForVariable:(id)arg1;
-(BOOL)_uili_isFocusGuide;
-(id)_minYVariable;
-(void*)_referenceView;
-(id)nsli_boundsWidthVariable;
-(id)_minXVariable;
-(id)nsli_minXVariable;
-(id)nsli_boundsHeightVariable;
-(id)nsli_minYVariable;
-(id)_boundsWidthVariable;
-(id)_boundsHeightVariable;
-(void)_uili_removeLayoutVariableObservationsOnlyToSupportTAMICChange:(BOOL)arg1;
-(void)_faultInGuidesForConstraint:(id)arg1;
-(id)_uili_existingBaseFrameVariables;
-(id)_uili_existingObservationEligibleLayoutVariables;
-(id)_uili_observableLayoutEngineForBaseFrameVariables:(BOOL)arg1;
-(void)_uili_stashLayoutVariableObservation:(id)arg1 forVariable:(id)arg2;
-(NSLayoutYAxisAnchor *)bottomAnchor;
-(NSLayoutXAxisAnchor *)centerXAnchor;
-(NSLayoutYAxisAnchor *)centerYAnchor;
-(NSLayoutDimension *)heightAnchor;
-(NSLayoutXAxisAnchor *)leadingAnchor;
-(NSLayoutXAxisAnchor *)leftAnchor;
-(BOOL)nsli_defaultResolvedValue:(double*)arg1 forSymbolicConstant:(id)arg2 inConstraint:(id)arg3 error:(id*)arg4;
-(id)nsli_heightVariable;
-(id)nsli_widthVariable;
-(NSLayoutXAxisAnchor *)rightAnchor;
-(NSLayoutYAxisAnchor *)topAnchor;
-(NSLayoutXAxisAnchor *)trailingAnchor;
-(NSLayoutDimension *)widthAnchor;
@end
Back to UIKitCore.framework