declare class UICollectionViewCacheDelegateFlowLayout extends NSObject implements UICollectionViewDelegateFlowLayout {
    cachedSizes: NSMutableArray;
}
