POP.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. /**
  2. Copyright (c) 2014-present, Facebook, Inc.
  3. All rights reserved.
  4. This source code is licensed under the BSD-style license found in the
  5. LICENSE file in the root directory of this source tree. An additional grant
  6. of patent rights can be found in the PATENTS file in the same directory.
  7. */
  8. #ifndef POP_POP_H
  9. #define POP_POP_H
  10. //#import <pop/POPDefines.h>
  11. //
  12. //#import <pop/POPAnimatableProperty.h>
  13. //#import <pop/POPAnimation.h>
  14. //#import <pop/POPAnimationEvent.h>
  15. //#import <pop/POPAnimationExtras.h>
  16. //#import <pop/POPAnimationTracer.h>
  17. //#import <pop/POPAnimator.h>
  18. //#import <pop/POPBasicAnimation.h>
  19. //#import <pop/POPCustomAnimation.h>
  20. //#import <pop/POPDecayAnimation.h>
  21. //#import <pop/POPGeometry.h>
  22. //#import <pop/POPLayerExtras.h>
  23. //#import <pop/POPPropertyAnimation.h>
  24. //#import <pop/POPSpringAnimation.h>
  25. #import "POPDefines.h"
  26. #import "POPAnimatableProperty.h"
  27. #import "POPAnimation.h"
  28. #import "POPAnimationEvent.h"
  29. #import "POPAnimationExtras.h"
  30. #import "POPAnimationTracer.h"
  31. #import "POPAnimator.h"
  32. #import "POPBasicAnimation.h"
  33. #import "POPCustomAnimation.h"
  34. #import "POPDecayAnimation.h"
  35. #import "POPGeometry.h"
  36. #import "POPLayerExtras.h"
  37. #import "POPPropertyAnimation.h"
  38. #import "POPSpringAnimation.h"
  39. #endif /* POP_POP_H */