19 lines
346 B
Objective-C
19 lines
346 B
Objective-C
//
|
|
// UMAssetsCollectionGrid.h
|
|
// UMCommunity
|
|
//
|
|
// Created by luyiyuan on 14/9/10.
|
|
// Copyright (c) 2014年 Umeng. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import <AssetsLibrary/AssetsLibrary.h>
|
|
|
|
@interface UMAssetsCollectionGrid : UIView
|
|
|
|
@property (nonatomic, strong) ALAsset *asset;
|
|
@property (nonatomic) BOOL isSelected;
|
|
|
|
@end
|