12 lines
311 B
Objective-C
12 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
|