Make more things public...

This commit is contained in:
Piv
2020-07-09 20:20:59 +09:30
parent 86809dbfc0
commit f9162d07ca
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import Foundation
protocol LidarSerial {
public protocol LidarSerial {
var dtr: Bool {get set};
var inWaiting: Int {get};
func closePort() -> Void;