RenameTokenViewController.h revision 7c38b8c81c1006c82e3bd77460ce15d32de4a27b
0f8e6a91301bd55c0b27889e849ac4e6ca905753Quentin CASTEL// Authors: Nathaniel McCallum <npmccallum@redhat.com>
0f8e6a91301bd55c0b27889e849ac4e6ca905753Quentin CASTEL// Copyright (C) 2014 Nathaniel McCallum, Red Hat
0f8e6a91301bd55c0b27889e849ac4e6ca905753Quentin CASTEL// Licensed under the Apache License, Version 2.0 (the "License");
0f8e6a91301bd55c0b27889e849ac4e6ca905753Quentin CASTEL// you may not use this file except in compliance with the License.
0f8e6a91301bd55c0b27889e849ac4e6ca905753Quentin CASTEL// You may obtain a copy of the License at
0f8e6a91301bd55c0b27889e849ac4e6ca905753Quentin CASTEL// Unless required by applicable law or agreed to in writing, software
0f8e6a91301bd55c0b27889e849ac4e6ca905753Quentin CASTEL// distributed under the License is distributed on an "AS IS" BASIS,
0f8e6a91301bd55c0b27889e849ac4e6ca905753Quentin CASTEL// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
0f8e6a91301bd55c0b27889e849ac4e6ca905753Quentin CASTEL// See the License for the specific language governing permissions and
0f8e6a91301bd55c0b27889e849ac4e6ca905753Quentin CASTEL// limitations under the License.
0f8e6a91301bd55c0b27889e849ac4e6ca905753Quentin CASTEL@interface RenameTokenViewController : UITableViewController
c58d61bf49948a6ebe9da2e2879162d340ce825cQuentin CASTEL@property (weak, nonatomic) IBOutlet UITextField *issuer;
0f8e6a91301bd55c0b27889e849ac4e6ca905753Quentin CASTEL@property (weak, nonatomic) IBOutlet UITextField *label;
0f8e6a91301bd55c0b27889e849ac4e6ca905753Quentin CASTEL@property (weak, nonatomic) IBOutlet UILabel *issuerDefault;
0f8e6a91301bd55c0b27889e849ac4e6ca905753Quentin CASTEL@property (weak, nonatomic) IBOutlet UILabel *labelDefault;
0f8e6a91301bd55c0b27889e849ac4e6ca905753Quentin CASTEL@property (weak, nonatomic) IBOutlet UIButton *button;