|
//
// editSnameController.h
// ThePaperHD
//
// Created by scar1900 on 15/3/26.
// Copyright (c) 2015年 scar1900. All rights reserved.
//
#import "TPKeyboardController.h"
#import "MLNavigationController.h"
#import "KGModal.h"
#import "TPCustomButton.h"
@interface editSnameController : TPKeyboardController
@property(nonatomic, strong)UIButton *closeBtn;
@property(nonatomic, strong)UILabel *titleLabel;
@property(nonatomic, strong)UITextField *editNameField;
@property(nonatomic, strong)UILabel *editRangeLabel;
@property(nonatomic, strong)TPCustomButton *confirmBtn;
@end
|