//
// PicScreenView.h
// redstar
//
// Created by admin on 15/12/11.
// Copyright © 2015年 ZWF. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "GroupTabBar.h"
#import "ScopeTableView.h"
#import "StateTableView.h"
#import "TimeTableView.h"
@interface PicScreenView : UIView
@property (nonatomic, strong) GroupTabBar *groupTabBar; // 重置
@property (nonatomic, strong) UIButton *resetBtn; // 重置
@property (nonatomic, strong) UIButton *submitBtn; // 提交
@property (nonatomic, strong) ScopeTableView *scopeTableView;
@property (nonatomic, strong) UITextView *textView1;
@property (nonatomic, strong) UITextView *textView2;
@property (nonatomic, strong) TimeTableView *timeTableView;
@end
-
admin authored4cd76b1f