18 lines
289 B
Objective-C
18 lines
289 B
Objective-C
//
|
|
// HSStreamDeckDeviceXL.h
|
|
// streamdeck
|
|
//
|
|
// Created by Chris Jones on 08/01/2020.
|
|
// Copyright © 2020 Hammerspoon. All rights reserved.
|
|
//
|
|
|
|
#import "HSStreamDeckDevice.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface HSStreamDeckDeviceXL : HSStreamDeckDevice
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|