/* * This header is generated by classdump-dyld 1.0 * on Friday, March 8, 2019 at 8:19:41 PM Eastern European Standard Time * Operating System: Version 11.0.1 (Build 15A402) * Image Source: /System/Library/Frameworks/UIKit.framework/UIKit * classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by Elias Limneos. */ @protocol UIContentContainer @property (nonatomic,readonly) CGSize preferredContentSize; @required -(void)systemLayoutFittingSizeDidChangeForChildContentContainer:(id)arg1; -(void)preferredContentSizeDidChangeForChildContentContainer:(id)arg1; -(CGSize*)sizeForChildContentContainer:(id)arg1 withParentContainerSize:(CGSize)arg2; -(void)viewWillTransitionToSize:(CGSize)arg1 withTransitionCoordinator:(id)arg2; -(CGSize)preferredContentSize; -(void)willTransitionToTraitCollection:(id)arg1 withTransitionCoordinator:(id)arg2; @end