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