gitextract_obiyesyi/ ├── .gitignore ├── EYTagView/ │ ├── EYTagView.h │ ├── EYTagView.m │ ├── EYTextField.h │ └── EYTextField.m ├── EYTagView_Example/ │ ├── EYTagView_Example/ │ │ ├── AppDelegate.h │ │ ├── AppDelegate.m │ │ ├── Base.lproj/ │ │ │ ├── LaunchScreen.xib │ │ │ └── Main.storyboard │ │ ├── Images.xcassets/ │ │ │ └── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Info.plist │ │ ├── TableViewController.h │ │ ├── TableViewController.m │ │ ├── ViewController.h │ │ ├── ViewController.m │ │ ├── en.lproj/ │ │ │ └── Localizable.strings │ │ ├── main.m │ │ └── zh-Hans.lproj/ │ │ ├── LaunchScreen.strings │ │ ├── Localizable.strings │ │ └── Main.strings │ ├── EYTagView_Example.xcodeproj/ │ │ ├── project.pbxproj │ │ └── project.xcworkspace/ │ │ └── contents.xcworkspacedata │ └── EYTagView_ExampleTests/ │ ├── EYTagView_ExampleTests.m │ └── Info.plist ├── LICENSE └── README.MD