洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

25 lines
460 B

//
// AFEUploadView.h
// FaceEyePrint
//
// Created by yukun.tyk on 12/14/15.
// Copyright © 2015 DTF. All rights reserved.
//
#import <UIKit/UIKit.h>
//
@interface AFEUploadView : UIView
@property (strong, nonatomic) UILabel *label;
@property (strong, nonatomic) UIView *backgroundView;
@property (strong, nonatomic) UIImageView *backgroundImageView;
- (void)beginUploading;
- (void)stopUploading;
- (void)setBackgroundImage:(UIImage *)img;
@end