酷店

YYModel.h 595B

1234567891011121314151617181920212223
  1. //
  2. // YYModel.h
  3. // YYModel <https://github.com/ibireme/YYModel>
  4. //
  5. // Created by ibireme on 15/5/10.
  6. // Copyright (c) 2015 ibireme.
  7. //
  8. // This source code is licensed under the MIT-style license found in the
  9. // LICENSE file in the root directory of this source tree.
  10. //
  11. #import <Foundation/Foundation.h>
  12. #if __has_include(<YYModel/YYModel.h>)
  13. FOUNDATION_EXPORT double YYModelVersionNumber;
  14. FOUNDATION_EXPORT const unsigned char YYModelVersionString[];
  15. #import <YYModel/NSObject+YYModel.h>
  16. #import <YYModel/YYClassInfo.h>
  17. #else
  18. #import "NSObject+YYModel.h"
  19. #import "YYClassInfo.h"
  20. #endif