mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 19:38:54 -04:00
14 lines
266 B
Objective-C
14 lines
266 B
Objective-C
//
|
|
// FLEXArgumentInputDataView.h
|
|
// Flipboard
|
|
//
|
|
// Created by Daniel Rodriguez Troitino on 2/14/15.
|
|
// Copyright (c) 2020 FLEX Team. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXArgumentInputView.h"
|
|
|
|
@interface FLEXArgumentInputDateView : FLEXArgumentInputView
|
|
|
|
@end
|