home commit. added activity indicator

This commit is contained in:
Bilal
2024-07-30 00:21:39 +05:30
parent edcb7c4e29
commit 8aefc0fe8c
11 changed files with 91 additions and 54 deletions

View File

@@ -14,6 +14,7 @@ struct AddressListDM: Codable {
let state, pincode, country, phoneNo: String?
let email: String?
var isDefault : Bool? = false
var isAnimating : Bool? = false
var eddDate : String? = nil
enum CodingKeys: String, CodingKey {