| 123456789101112131415161718 |
- //
- // grardButton.h
- // yunbaolive
- //
- // Created by Boom on 2018/11/8.
- // Copyright © 2018年 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface grardButton : UIButton
- @property(nonatomic,strong)UILabel *nameL;
- @property(nonatomic,strong)UILabel *coinL;
- @end
- NS_ASSUME_NONNULL_END
|