Newer
Older
XinYang_IOS / XYSW / ZZWTool / HSLeftPresentAnimation.h
@zhangfeng zhangfeng on 7 Dec 373 bytes 1.8.0
//
//  HSLeftPresentAnimation.h
//  HSPresentTransitionDemo
//
//  Created by hejianyuan on 2017/5/6.
//  Copyright © 2017年 hejianyuan. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface HSLeftPresentAnimation : NSObject <UIViewControllerAnimatedTransitioning>

@property (nonatomic, assign) BOOL isPresent;
@property (nonatomic, assign) BOOL isDissmiss;
@end