Files
yuyin_ios/SweetParty/主类/Others/NewTools/HelpPageDefine.h

34 lines
606 B
C
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// HelpPageDefine.h
// LiveChat
//
// Created by 码农教育6 on 2018/10/22.
// Copyright © 2018年 manongjiaoyu. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface HelpPageDefine : NSObject
/**
*
* @time 1.5
*/
+(void)showMessage:(NSString *)message;
+(void)showMessage:(NSString *)message duration:(double)time;
/**
*
* @subview
*/
- (void)creatActivityIndicatorView:(UIView *)subview;
- (void)stopActivityIndicatorView;
- (void)stopImageLoading;
@end
NS_ASSUME_NONNULL_END