UzysGroupViewCell.h 524 B

123456789101112131415161718
  1. //
  2. // UzysGroupViewCell.h
  3. // UzysAssetsPickerController
  4. //
  5. // Created by Uzysjung on 2014. 2. 13..
  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 UzysGroupViewCell : UITableViewCell
  14. @property (nonatomic, strong) ALAssetsGroup *assetsGroup;
  15. - (void)applyData:(ALAssetsGroup *)assetsGroup;
  16. @end