RACAnnotations.h 244 B

1234567891011
  1. //
  2. // RACAnnotations.h
  3. // ReactiveObjC
  4. //
  5. // Created by Eric Horacek on 3/31/17.
  6. // Copyright © 2017 GitHub. All rights reserved.
  7. //
  8. #ifndef RAC_WARN_UNUSED_RESULT
  9. #define RAC_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
  10. #endif