/core/externals/update-engine/externals/google-toolbox-for-mac/XcodePlugin/XcodeHeaders/PBXChangeNotification.h

http://macfuse.googlecode.com/ · C++ Header · 17 lines · 5 code · 4 blank · 8 comment · 0 complexity · 30a0c0570e48d8d5258b52bb56a5a3b5 MD5 · raw file

  1. /*
  2. * Generated by class-dump 3.1.1.
  3. *
  4. * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
  5. */
  6. // Framework: DevToolsCore
  7. // Header: Unknown
  8. // Documentation: Unknown
  9. @protocol PBXChangeNotification
  10. - (int) changeMask;
  11. - (void) willChange;
  12. - (void) willChangeWithArchivePriority: (int) parameter1;
  13. @end