Type Alias
ApplyAllLayersPathHandler
Declaration
typealias ApplyAllLayersPathHandler = ([IndexPath], NSMutableArray, GSLayer) -> VoidDeclaration
typedef void (^)(NSArray<NSIndexPath *> *, NSMutableArray *, GSLayer *) ApplyAllLayersPathHandler;Declaration
ApplyAllLayersPathHandler