YHVelocityProxyInternal.h
274 Bytes
//
// YHVelocityProxyInternal.h
// YHAnimationDemo
//
// Created by gaoqiang xu on 2/11/15.
// Copyright (c) 2015 gaoqiang. All rights reserved.
//
#import "YHVelocityProxy.h"
@interface NSObject (YHVelocityProxyInternal)
- (YHVelocityProxy *)yh_velocityProxy;
@end