Redland-ObjC.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. //
  2. // Redland Objective-C Bindings
  3. // $Id: Redland-ObjC.h 319 2004-11-03 21:29:55Z kianga $
  4. //
  5. // Copyright 2004 Rene Puls <http://purl.org/net/kianga/>
  6. //
  7. // This file is available under the following three licenses:
  8. // 1. GNU Lesser General Public License (LGPL), version 2.1
  9. // 2. GNU General Public License (GPL), version 2
  10. // 3. Apache License, version 2.0
  11. //
  12. // You may not use this file except in compliance with at least one of
  13. // the above three licenses. See LICENSE.txt at the top of this package
  14. // for the complete terms and further details.
  15. //
  16. // The most recent version of this software can be found here:
  17. // <http://purl.org/net/kianga/latest/redland-objc>
  18. //
  19. // For information about the Redland RDF Application Framework, including
  20. // the most recent version, see <http://librdf.org/>.
  21. //
  22. #define LIBRDF_OBJC_FRAMEWORK
  23. #import <Redland/redland.h>
  24. #import <Redland/RedlandException.h>
  25. #import <Redland/RedlandIterator.h>
  26. #import <Redland/RedlandIteratorEnumerator.h>
  27. #import <Redland/RedlandModel.h>
  28. #import <Redland/RedlandModel-Convenience.h>
  29. #import <Redland/RedlandNamespace.h>
  30. #import <Redland/RedlandNode.h>
  31. #import <Redland/RedlandNode-Convenience.h>
  32. #import <Redland/RedlandParser.h>
  33. #import <Redland/RedlandQuery.h>
  34. #import <Redland/RedlandQueryResults.h>
  35. #import <Redland/RedlandQueryResultsEnumerator.h>
  36. #import <Redland/RedlandSerializer.h>
  37. #import <Redland/RedlandStatement.h>
  38. #import <Redland/RedlandStorage.h>
  39. #import <Redland/RedlandStream.h>
  40. #import <Redland/RedlandStreamEnumerator.h>
  41. #import <Redland/RedlandURI.h>
  42. #import <Redland/RedlandWorld.h>
  43. #import <Redland/RedlandWrappedObject.h>