diff --git a/GitTest/Base.lproj/Main.storyboard b/GitTest/Base.lproj/Main.storyboard index f56d2f3..81a10aa 100644 --- a/GitTest/Base.lproj/Main.storyboard +++ b/GitTest/Base.lproj/Main.storyboard @@ -1,21 +1,26 @@ - - + + + + + - + + + - + - + - + diff --git a/GitTest/ViewController.m b/GitTest/ViewController.m index 9d1dbd4..915d993 100644 --- a/GitTest/ViewController.m +++ b/GitTest/ViewController.m @@ -16,12 +16,13 @@ @implementation ViewController - (void)viewDidLoad { [super viewDidLoad]; - // Do any additional setup after loading the view, typically from a nib. + // 这个工程只是用来学习Git相关技能的 + // 1.修复新注册用户A使用小姨妈功能后,B后进入小姨妈功能还是女性界面的问题。 + // dev分支的修改 + // dev分支再次修改 + // dev修改3 + // 123445 } -- (void)didReceiveMemoryWarning { - [super didReceiveMemoryWarning]; - // Dispose of any resources that can be recreated. -} @end