mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-01 15:26:11 +00:00
19 lines
302 B
Objective-C
19 lines
302 B
Objective-C
//
|
|
// KeyboardInputField.h
|
|
// Moonlight
|
|
//
|
|
// Created by Cameron Gutman on 12/2/22.
|
|
// Copyright © 2022 Moonlight Game Streaming Project. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface KeyboardInputField : UITextField
|
|
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|