nextcloud-desktop/shell_integration/MacOSX/NextcloudIntegration/FileProviderUIExt/ShareTableItemView.swift
Claudio Cambra c2ec72c132 Add corresponding class for ShareTableItemView
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
2024-04-17 16:11:50 +08:00

15 lines
355 B
Swift

//
// ShareTableItemView.swift
// FileProviderUIExt
//
// Created by Claudio Cambra on 28/2/24.
//
import AppKit
class ShareTableItemView: NSTableCellView {
@IBOutlet weak var typeImageView: NSImageView!
@IBOutlet weak var label: NSTextField!
@IBOutlet weak var copyLinkButton: NSButton!
@IBOutlet weak var optionsButton: NSButton!
}