16 lines
343 B
Objective-C
16 lines
343 B
Objective-C
//
|
|
// DownLoadViewController.h
|
|
// Ifish
|
|
//
|
|
// Created by imac on 15/12/5.
|
|
// Copyright © 2015年 imac. All rights reserved.
|
|
//
|
|
|
|
#import "BaseVIewContorller.h"
|
|
|
|
@interface DownLoadViewController : BaseVIewContorller
|
|
@property(nonatomic)BOOL fromsetView;
|
|
@property(nonatomic,copy)NSString*downAddress;
|
|
@property(nonatomic)BOOL ismust;
|
|
@end
|