mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-24 19:38:54 -04:00
13 lines
311 B
Objective-C
13 lines
311 B
Objective-C
//
|
|
// FLEXArgumentInputFontsPickerView.h
|
|
// FLEX
|
|
//
|
|
// Created by 啟倫 陳 on 2014/7/27.
|
|
// Copyright (c) 2014年 f. All rights reserved.
|
|
//
|
|
|
|
#import "FLEXArgumentInputTextView.h"
|
|
|
|
@interface FLEXArgumentInputFontsPickerView : FLEXArgumentInputTextView <UIPickerViewDataSource, UIPickerViewDelegate>
|
|
@end
|