CDStructures.h 686 B

12345678910111213141516171819202122232425262728
  1. //
  2. // Generated by class-dump 3.5 (64 bit).
  3. //
  4. // class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
  5. //
  6. #pragma mark Blocks
  7. typedef void (^CDUnknownBlockType)(void); // return type and parameters are unknown
  8. typedef struct {
  9. unsigned int _field1;
  10. unsigned int _field2;
  11. unsigned int _field3;
  12. unsigned int _field4;
  13. unsigned int _field5;
  14. unsigned int _field6;
  15. unsigned int _field7;
  16. } CDStruct_a561fd19;
  17. typedef struct {
  18. unsigned short _field1;
  19. unsigned short _field2;
  20. unsigned short _field3[1];
  21. } CDStruct_27a325c0;
  22. int _XCTSetApplicationStateTimeout(double timeout);
  23. double _XCTApplicationStateTimeout(void);