mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
7 lines
154 B
Swift
7 lines
154 B
Swift
import UIKit
|
|
|
|
@objc protocol __UIDiffableDataSource {
|
|
func itemIdentifiers() -> NSArray
|
|
func deleteItemsWithIdentifiers(_ identifiers: NSArray)
|
|
}
|