// // UzysAssetsViewCell.h // UzysAssetsPickerController // // Created by Uzysjung on 2014. 2. 12.. // Copyright (c) 2014년 Uzys. All rights reserved. // // 版权属于原作者 // http://code4app.com(cn) http://code4app.net(en) // 来源于最专业的源码分享网站: Code4App #import #import "UzysAssetsPickerController_Configuration.h" @interface UzysAssetsViewCell : UICollectionViewCell - (void)applyData:(ALAsset *)asset; @end