ifish/Ifish/controllers/IfishTabControllers/设备/JinBi/View/IfishGoldAndExpTostView.h

17 lines
305 B
Objective-C

//
// IfishGoldAndExpTostView.h
// Ifish
//
// Created by imac on 17/3/8.
// Copyright © 2017年 lianlian. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface IfishGoldAndExpTostView : UIView
-(void)showGoldToastView:(NSString *)addValue;
-(void)showExpTostView:(NSString *)addValue;
@end