Farewell Obj-C, my old friend
Made project pure Swift 😊 (but preserved Obj-C compatibility)
- Removed
APNSubGroupOperationQueue
Obj-C class. - Created
DynamicSubGroupOperationQueue
Swift class, which is essentially aSubGroupOperationQueue<AnyHashable>
without being generic in order to be usable from Obj-C.