12345678910111213141516171819 |
- //
- // LZImageBrowserTranslation.h
- // LZImageDetail
- //
- // Created by shenzhenshihua on 2018/7/16.
- // Copyright © 2018年 shenzhenshihua. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import <UIKit/UIKit.h>
- @class LZImageBrowserMainView;
- @interface LZImageBrowserTranslation : NSObject <UIViewControllerAnimatedTransitioning>
- @property(nonatomic,assign)BOOL isBrowserMainView;
- @property(nonatomic,strong)LZImageBrowserMainView * mainBrowserMainView;
- @property(nonatomic,strong)UIView * browserControllerView;
- @end
|