Util.h
上传用户:xy800802
上传日期:2020-12-29
资源大小:194k
文件大小:1k
源码类别:

iPhone

开发平台:

Objective-C

  1. #ifndef Util_h
  2. #define Util_h
  3. #include <stdio.h>
  4. #include <stdlib.h>
  5. #include <time.h>
  6. #include <unistd.h>
  7. #endif
  8. #import <Foundation/Foundation.h>
  9. #import <CoreFoundation/CoreFoundation.h>
  10. #import <UIKit/UIKit.h>
  11. #import <UIKit/UIApplication.h>
  12. #import <UIKit/CDStructures.h>
  13. #import <UIKit/UIPushButton.h>
  14. #import <UIKit/UIThreePartButton.h>
  15. #import <UIKit/UINavigationBar.h>
  16. #import <UIKit/UIWindow.h>
  17. #import <UIKit/UIView-Hierarchy.h>
  18. #import <UIKit/UIHardware.h>
  19. #import <UIKit/UITable.h>
  20. #import <UIKit/UITableCell.h>
  21. #import <UIKit/UITableColumn.h>
  22. @interface Util:NSObject
  23. {
  24. }
  25. +(void)SetBadge:(NSString*)badgeText;
  26. +(void)RemoveBadge;
  27. +(int)RestartSpringboard;
  28. +(int)GetRandNum;
  29. +(NSString*)GetNSString:(char *)cstring;
  30. @end