mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
5 lines
152 B
Swift
5 lines
152 B
Swift
import Foundation
|
|
|
|
@objc protocol SPTSettingsTableViewCell {
|
|
func initWithStyle(_ style: Int, reuseIdentifier: String) -> SPTSettingsTableViewCell
|
|
} |