From 73cb4bf4e0808aa0faa44443eae401feea942354 Mon Sep 17 00:00:00 2001 From: KAWASHIMA Yoshiyuki Date: Sun, 28 Nov 2021 09:55:12 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AB=E3=81=AA=E3=81=A3?= =?UTF-8?q?=E3=81=9F=E3=83=95=E3=82=A1=E3=82=A4=E3=83=AB=E3=82=92=E5=89=8A?= =?UTF-8?q?=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #14 --- .../project.pbxproj | 10 ---- .../SettingTableViewCell.storyboard | 30 ----------- .../SettingTableViewCell.xib | 51 ------------------- .../SettingsTableViewCell.h | 19 ------- .../SettingsTableViewCell.m | 23 --------- 5 files changed, 133 deletions(-) delete mode 100644 OneTimePasswordExample/SettingTableViewCell.storyboard delete mode 100644 OneTimePasswordExample/SettingTableViewCell.xib delete mode 100644 OneTimePasswordExample/SettingsTableViewCell.h delete mode 100644 OneTimePasswordExample/SettingsTableViewCell.m diff --git a/OneTimePasswordExample.xcodeproj/project.pbxproj b/OneTimePasswordExample.xcodeproj/project.pbxproj index 5a35b1b..f93a72c 100644 --- a/OneTimePasswordExample.xcodeproj/project.pbxproj +++ b/OneTimePasswordExample.xcodeproj/project.pbxproj @@ -19,8 +19,6 @@ 08C8E27B26BBA377006D4608 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 08C8E27926BBA377006D4608 /* LaunchScreen.storyboard */; }; 08C8E27E26BBA377006D4608 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 08C8E27D26BBA377006D4608 /* main.m */; }; 4F8B41252703520D00CF6A1A /* SettingController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F8B41242703520D00CF6A1A /* SettingController.m */; }; - 4F8B41292705F8CF00CF6A1A /* SettingsTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4F8B41282705F8CF00CF6A1A /* SettingsTableViewCell.m */; }; - 4F8B412D2709A50E00CF6A1A /* SettingTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4F8B412C2709A50E00CF6A1A /* SettingTableViewCell.xib */; }; 9A376FD397E03D93D3D80530 /* libPods-OneTimePasswordExample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C08B5529218DAFE111F19B53 /* libPods-OneTimePasswordExample.a */; }; E9FD60875365F5896E9C3D94 /* libPods-OneTimePasswordExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BC7DC5E5BD3FFB6BD8F06AF9 /* libPods-OneTimePasswordExampleTests.a */; }; /* End PBXBuildFile section */ @@ -57,9 +55,6 @@ 08C8E27D26BBA377006D4608 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 4F8B41242703520D00CF6A1A /* SettingController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SettingController.m; sourceTree = ""; }; 4F8B4126270484D900CF6A1A /* SettingController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SettingController.h; sourceTree = ""; }; - 4F8B41272705F8A900CF6A1A /* SettingsTableViewCell.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SettingsTableViewCell.h; sourceTree = ""; }; - 4F8B41282705F8CF00CF6A1A /* SettingsTableViewCell.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SettingsTableViewCell.m; sourceTree = ""; }; - 4F8B412C2709A50E00CF6A1A /* SettingTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SettingTableViewCell.xib; sourceTree = ""; }; 62EA47A9FA5474BBDDECC144 /* Pods-OneTimePasswordExample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OneTimePasswordExample.debug.xcconfig"; path = "Target Support Files/Pods-OneTimePasswordExample/Pods-OneTimePasswordExample.debug.xcconfig"; sourceTree = ""; }; 736A6813388591A6692CC8C4 /* Pods-OneTimePasswordExampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-OneTimePasswordExampleTests.release.xcconfig"; path = "Target Support Files/Pods-OneTimePasswordExampleTests/Pods-OneTimePasswordExampleTests.release.xcconfig"; sourceTree = ""; }; BC7DC5E5BD3FFB6BD8F06AF9 /* libPods-OneTimePasswordExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-OneTimePasswordExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -140,8 +135,6 @@ isa = PBXGroup; children = ( 089ECCC127417BDA00C7EAB8 /* Model */, - 4F8B41272705F8A900CF6A1A /* SettingsTableViewCell.h */, - 4F8B41282705F8CF00CF6A1A /* SettingsTableViewCell.m */, 08C8E26B26BBA376006D4608 /* AppDelegate.h */, 08C8E26C26BBA376006D4608 /* AppDelegate.m */, 08C8E26E26BBA376006D4608 /* SceneDelegate.h */, @@ -151,7 +144,6 @@ 4F8B41242703520D00CF6A1A /* SettingController.m */, 4F8B4126270484D900CF6A1A /* SettingController.h */, 08C8E27426BBA376006D4608 /* Main.storyboard */, - 4F8B412C2709A50E00CF6A1A /* SettingTableViewCell.xib */, 08C8E27726BBA377006D4608 /* Assets.xcassets */, 08C8E27926BBA377006D4608 /* LaunchScreen.storyboard */, 08C8E27C26BBA377006D4608 /* Info.plist */, @@ -270,7 +262,6 @@ files = ( 08C8E27B26BBA377006D4608 /* LaunchScreen.storyboard in Resources */, 08C8E27826BBA377006D4608 /* Assets.xcassets in Resources */, - 4F8B412D2709A50E00CF6A1A /* SettingTableViewCell.xib in Resources */, 08C8E27626BBA376006D4608 /* Main.storyboard in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -341,7 +332,6 @@ 08C8E27326BBA376006D4608 /* ViewController.m in Sources */, 08804D92274BE72D00634C07 /* OneTimePasswordConverter.m in Sources */, 08C8E26D26BBA376006D4608 /* AppDelegate.m in Sources */, - 4F8B41292705F8CF00CF6A1A /* SettingsTableViewCell.m in Sources */, 4F8B41252703520D00CF6A1A /* SettingController.m in Sources */, 08C8E27E26BBA377006D4608 /* main.m in Sources */, 08C8E27026BBA376006D4608 /* SceneDelegate.m in Sources */, diff --git a/OneTimePasswordExample/SettingTableViewCell.storyboard b/OneTimePasswordExample/SettingTableViewCell.storyboard deleted file mode 100644 index dd79351..0000000 --- a/OneTimePasswordExample/SettingTableViewCell.storyboard +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/OneTimePasswordExample/SettingTableViewCell.xib b/OneTimePasswordExample/SettingTableViewCell.xib deleted file mode 100644 index 631227f..0000000 --- a/OneTimePasswordExample/SettingTableViewCell.xib +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/OneTimePasswordExample/SettingsTableViewCell.h b/OneTimePasswordExample/SettingsTableViewCell.h deleted file mode 100644 index 84946b0..0000000 --- a/OneTimePasswordExample/SettingsTableViewCell.h +++ /dev/null @@ -1,19 +0,0 @@ -// -// SettingTableViewCell.h -// OneTimePasswordExample -// -// Created by MaiNakagami on 2021/09/30. -// - -#import - -NS_ASSUME_NONNULL_BEGIN - -@interface SettingsTableViewCell : UITableViewCell - -@property (weak, nonatomic) IBOutlet UILabel *titleLabel; -@property (weak, nonatomic) IBOutlet UILabel *valueLabel; - -@end - -NS_ASSUME_NONNULL_END diff --git a/OneTimePasswordExample/SettingsTableViewCell.m b/OneTimePasswordExample/SettingsTableViewCell.m deleted file mode 100644 index 40b44d4..0000000 --- a/OneTimePasswordExample/SettingsTableViewCell.m +++ /dev/null @@ -1,23 +0,0 @@ -// -// SettingTableViewCell.m -// OneTimePasswordExample -// -// Created by MaiNakagami on 2021/09/30. -// - -#import "SettingsTableViewCell.h" - -@implementation SettingsTableViewCell - -- (void)awakeFromNib { - [super awakeFromNib]; - // Initialization code -} - -- (void)setSelected:(BOOL)selected animated:(BOOL)animated { - [super setSelected:selected animated:animated]; - - // Configure the view for the selected state -} - -@end