| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /**
- Copyright (c) 2014-present, Facebook, Inc.
- All rights reserved.
-
- This source code is licensed under the BSD-style license found in the
- LICENSE file in the root directory of this source tree. An additional grant
- of patent rights can be found in the PATENTS file in the same directory.
- */
- #ifndef POP_POP_H
- #define POP_POP_H
- //#import <pop/POPDefines.h>
- //
- //#import <pop/POPAnimatableProperty.h>
- //#import <pop/POPAnimation.h>
- //#import <pop/POPAnimationEvent.h>
- //#import <pop/POPAnimationExtras.h>
- //#import <pop/POPAnimationTracer.h>
- //#import <pop/POPAnimator.h>
- //#import <pop/POPBasicAnimation.h>
- //#import <pop/POPCustomAnimation.h>
- //#import <pop/POPDecayAnimation.h>
- //#import <pop/POPGeometry.h>
- //#import <pop/POPLayerExtras.h>
- //#import <pop/POPPropertyAnimation.h>
- //#import <pop/POPSpringAnimation.h>
- #import "POPDefines.h"
- #import "POPAnimatableProperty.h"
- #import "POPAnimation.h"
- #import "POPAnimationEvent.h"
- #import "POPAnimationExtras.h"
- #import "POPAnimationTracer.h"
- #import "POPAnimator.h"
- #import "POPBasicAnimation.h"
- #import "POPCustomAnimation.h"
- #import "POPDecayAnimation.h"
- #import "POPGeometry.h"
- #import "POPLayerExtras.h"
- #import "POPPropertyAnimation.h"
- #import "POPSpringAnimation.h"
- #endif /* POP_POP_H */
|