sharee.bike-App/TINKLib/Model/Bikes/Bike/BluetoothLock/IBikeInfoMutable.cs
2021-05-13 20:03:07 +02:00

8 lines
168 B
C#

namespace TINK.Model.Bikes.Bike.BluetoothLock
{
public interface IBikeInfoMutable : BC.IBikeInfoMutable
{
ILockInfoMutable LockInfo { get; }
}
}