#if TARGET_OS_OSX

#import <React/RCTUIKit.h>

@interface RCTUIView (Reanimated)

@property CGPoint center;

@end

#endif
