You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
370 B
Objective-C
20 lines
370 B
Objective-C
//
|
|
// StrUtils.h
|
|
// Pods
|
|
//
|
|
// Created by annidyfeng on 2018/9/28.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface StrUtils : NSObject
|
|
|
|
+ (NSString *)timeFormat:(NSInteger)totalTime;
|
|
@end
|
|
|
|
extern NSString *kStrLoadFaildRetry;
|
|
extern NSString *kStrBadNetRetry;
|
|
extern NSString *kStrTimeShiftFailed;
|
|
extern NSString *kStrHDSwitchFailed;
|
|
extern NSString *kStrWeakNet;
|