| layout | post | ||
|---|---|---|---|
| title | clamav - install and configure on mac osx | ||
| published | true | ||
| tags |
|
Install clamav via homebrew
| // Copyright © 2024 Big Mountain Studio. All rights reserved. Twitter: @BigMtnStudio | |
| import SwiftData | |
| import SwiftUI | |
| @Model | |
| class EmployeeModel { | |
| var employeeId: UUID | |
| var birthDate: Date | |
| var firstName: String | |
| var lastName: String |