ifish/Ifish/controllers/FishTinkController/maincontroller/RightViewControllers/CameraViewCell.h

20 lines
468 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// 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