//
// UIView+LikeAnimation.h
// test
//
// Created by wangyang on 16/9/21.
// Copyright © 2016年 北京更美互动信息科技有限公司. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIView (LikeAnimation)
- (void)addLikeAnimationWithFrame:(CGRect)frame NS_SWIFT_NAME(addLikeAnimation(withFrame:));
- (void)addLikeAnimationFrom:(CGPoint)point;
@end
-
jz authored2499948e