14 lines
190 B
Objective-C
14 lines
190 B
Objective-C
//
|
|
// YUButton.h
|
|
// AmountKeyboard
|
|
//
|
|
// Created by yeyu on 16/1/26.
|
|
// Copyright © 2016年 yeyu. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface YUButton : UIButton
|
|
|
|
@end
|