mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 19:38:54 -04:00
14 lines
275 B
Objective-C
14 lines
275 B
Objective-C
//
|
|
// FLEXArgumentInputNotSupportedView.h
|
|
// Flipboard
|
|
//
|
|
// Created by Ryan Olson on 6/18/14.
|
|
// Copyright (c) 2020 FLEX Team. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXArgumentInputTextView.h"
|
|
|
|
@interface FLEXArgumentInputNotSupportedView : FLEXArgumentInputTextView
|
|
|
|
@end
|