// // UMAssetsCollectionGrid.h // UMCommunity // // Created by luyiyuan on 14/9/10. // Copyright (c) 2014年 Umeng. All rights reserved. // #import #import @interface UMAssetsCollectionGrid : UIView @property (nonatomic, strong) ALAsset *asset; @property (nonatomic) BOOL isSelected; @end