You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
269 B
14 lines
269 B
![]()
2 years ago
|
//
|
||
![]()
2 years ago
|
// TemperatureCellViewModels.swift
|
||
![]()
1 year ago
|
// FireBoltt
|
||
![]()
2 years ago
|
//
|
||
|
// Created by lemo. on 2020/9/4.
|
||
|
// Copyright © 2020 Sheldon. All rights reserved.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
![]()
2 years ago
|
class TemperatureCellViewModels: ViewModel {
|
||
![]()
2 years ago
|
let temperature = BehaviorRelay<String>(value: "--")
|
||
|
}
|