Dollar.h 493 B

12345678910111213141516171819
  1. //
  2. // Dollar.h
  3. // Dollar
  4. //
  5. // Created by Ankur Patel on 6/9/14.
  6. // Copyright (c) 2014 Encore Dev Labs LLC. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. //! Project version number for Dollar.
  10. FOUNDATION_EXPORT double DollarVersionNumber;
  11. //! Project version string for Dollar.
  12. FOUNDATION_EXPORT const unsigned char DollarVersionString[];
  13. // In this header, you should import all the public headers of your framework using statements like #import <Dollar/PublicHeader.h>