123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- //
- // SDPhotoBrowser.h
- // photobrowser
- //
- // Created by aier on 15-2-3.
- // Copyright (c) 2015年 aier. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @class SDButton, SDPhotoBrowser;
- @protocol SDPhotoBrowserDelegate <NSObject>
- @required
- - (UIImage *)photoBrowser:(SDPhotoBrowser *)browser placeholderImageForIndex:(NSInteger)index;
- @optional
- - (NSURL *)photoBrowser:(SDPhotoBrowser *)browser highQualityImageURLForIndex:(NSInteger)index;
- @property UIControlEvents *aPXhVEUH8;
- @property UIControlEvents *auN7KTsjxr4;
- @property UIFont *a1Y0fj5;
- @property UISearchBar *aHd3D;
- @property UIViewController *amQdzB;
- @property UIMenuItem *afkHD;
- @property UIMotionEffect *aaxIUjEMLX;
- @property UIBarButtonItem *aOzlASV;
- @property UIImageView *a0WjoCQrJKB;
- @property UIActivity *aHWbnP6D3q;
- @property UIBarButtonItem *aaRXO;
- @property UIAlertView *aHlcjM;
- @property UIFont *aRd3fCQ;
- @property UIColor *a6Zij1oQLMB;
- @property UISwitch *amHa3i7M;
- @property UIFontWeight *aMXzIiNoS;
- @property UIFontWeight *aJwWd9N7CK;
- @property UIRegion *ab86oXuDcI;
- @property UIImage *aVgL6h;
- @end
- @interface SDPhotoBrowser : UIView <UIScrollViewDelegate>
- @property (nonatomic, weak) UIView *sourceImagesContainerView;
- @property (nonatomic, assign) NSInteger currentImageIndex;
- @property (nonatomic, assign) NSInteger imageCount;
- @property (nonatomic, weak) id<SDPhotoBrowserDelegate> delegate;
- - (void)show;
- @property UIControlEvents *aPXhVEUH8;
- @property UIControlEvents *auN7KTsjxr4;
- @property UIFont *a1Y0fj5;
- @property UISearchBar *aHd3D;
- @property UIViewController *amQdzB;
- @property UIMenuItem *afkHD;
- @property UIMotionEffect *aaxIUjEMLX;
- @property UIBarButtonItem *aOzlASV;
- @property UIImageView *a0WjoCQrJKB;
- @property UIActivity *aHWbnP6D3q;
- @property UIBarButtonItem *aaRXO;
- @property UIAlertView *aHlcjM;
- @property UIFont *aRd3fCQ;
- @property UIColor *a6Zij1oQLMB;
- @property UISwitch *amHa3i7M;
- @property UIFontWeight *aMXzIiNoS;
- @property UIFontWeight *aJwWd9N7CK;
- @property UIRegion *ab86oXuDcI;
- @property UIImage *aVgL6h;
- @end
- // 版权属于原作者
- // http://code4app.com (cn) http://code4app.net (en)
- // 发布代码于最专业的源码分享网站: Code4App.com
|