@interface HUQuickControlCollectionViewGridLayoutItemInfo : NSObject @property (nonatomic) struct CGSize { double width; double height; } preferredSize; @property (nonatomic) struct CGSize { double width; double height; } size; @property (nonatomic) unsigned long long titlePosition; @end