7 lines
112 B
Swift
7 lines
112 B
Swift
import Foundation
|
|
|
|
final class HapticsController {
|
|
func selectionAccepted() {}
|
|
func marketLocked() {}
|
|
}
|