Nessuna descrizione
// // Layoutable.swift // PaiaiDataKit // // Created by ffib on 2018/12/21. // Copyright © 2018 yb. All rights reserved. // import Foundation public protocol Layoutable { func layoutSizeForIndex(_ index: Int) -> CGSize }