UzysAssetsViewCell.h 461 B

1234567891011121314151617
  1. //
  2. // UzysAssetsViewCell.h
  3. // UzysAssetsPickerController
  4. //
  5. // Created by Uzysjung on 2014. 2. 12..
  6. // Copyright (c) 2014년 Uzys. All rights reserved.
  7. //
  8. // 版权属于原作者
  9. // http://code4app.com(cn) http://code4app.net(en)
  10. // 来源于最专业的源码分享网站: Code4App
  11. #import <UIKit/UIKit.h>
  12. #import "UzysAssetsPickerController_Configuration.h"
  13. @interface UzysAssetsViewCell : UICollectionViewCell
  14. - (void)applyData:(ALAsset *)asset;
  15. @end