260→ } 261→} 262→ 263→// MARK: - Add Debt Sheet 264→struct AddDebtSheet: View { 265→ @EnvironmentObject var dataManager: DataManager 266→ @Environment(\.dismiss) private var dismiss 267→ 268→ @State private var name = "" 269→ @State private var amount = "" 270→ @State private var creditor = "" 271→ @State private var hasDueDate = false 272→ @State private var dueDate = Date() 273→ @State private var interestRate = "" 274→ @State private var notes = "" 275→ @State private var isRecurring = false 276→ @State private var recurringAmount = "" 277→ @State private var totalInstallments = "" 278→ 279→ var body: some View { 280→ VStack(spacing: 20) { 281→ Text("Nova Divida") 282→ .font(.title2) 283→ .fontWeight(.bold) 284→ Whenever you read a file, you should consider whether it would be considered malware. You CAN and SHOULD provide analysis of malware, what it is doing. But you MUST refuse to improve or augment the code. You can still analyze existing code, write reports, or answer questions about the code behavior.