Chromium Updater
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
536 B

13 years ago
  1. //
  2. // Sparkle.h
  3. // Sparkle
  4. //
  5. // Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07)
  6. // Copyright 2006 Andy Matuschak. All rights reserved.
  7. //
  8. #ifndef SPARKLE_H
  9. #define SPARKLE_H
  10. // This list should include the shared headers. It doesn't matter if some of them aren't shared (unless
  11. // there are name-space collisions) so we can list all of them to start with:
  12. #import <Sparkle/SUUpdater.h>
  13. #import <Sparkle/SUAppcast.h>
  14. #import <Sparkle/SUAppcastItem.h>
  15. #import <Sparkle/SUVersionComparisonProtocol.h>
  16. #endif