Initial commit

This commit is contained in:
ifish
2017-08-15 16:59:01 +08:00
commit bdc83e07ef
5766 changed files with 423223 additions and 0 deletions
@@ -0,0 +1,19 @@
//
// CameraViewCell.h
// Ifish
//
// Created by imac on 16/7/8.
// Copyright © 2016年 lianxiang. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface CameraViewCell : UICollectionViewCell
@property(strong,nonatomic) UIImageView *imageView;
//cell中的描述文本;
@property(strong,nonatomic) UIButton *descbutton;
//cell右上角的删除按钮;
@property(nonatomic,strong)UIButton *deleteButton;
@property (nonatomic,strong) UIView *point;
@end