File indexing completed on 2024-04-21 05:48:34

0001 /*
0002     SPDX-FileCopyrightText: 2016 ROSA
0003     SPDX-License-Identifier: GPL-3.0-or-later
0004 */
0005 
0006 #ifndef USBDEVICEMONITOR_MAC_P_H
0007 #define USBDEVICEMONITOR_MAC_P_H
0008 
0009 // Class with platform-specific data
0010 class UsbDeviceMonitorPrivate
0011 {
0012 public:
0013     UsbDeviceMonitorPrivate();
0014     ~UsbDeviceMonitorPrivate();
0015 };
0016 
0017 
0018 #endif // USBDEVICEMONITOR_MAC_P_H