Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chenliangloveyou committed Dec 27, 2017
1 parent 32578ab commit d06bfda
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions EasyShowView/EasyShow.h → EasyShowView/EasyShowView.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
//
// EasyShow.h
// EasyShowView.h
// EasyShowViewDemo
//
// Created by Mr_Chen on 2017/11/30.
// Created by Mr_Chen on 2017/12/27.
// Copyright © 2017年 chenliangloveyou. All rights reserved.
//

#ifndef EasyShow_h
#define EasyShow_h
#ifndef EasyShowView_h
#define EasyShowView_h

#import "EasyShowTextView.h"
#import "EasyShowLodingView.h"
Expand All @@ -16,4 +16,4 @@
#import "EasyShowOptions.h"
#import "EasyShowTypes.h"

#endif /* EasyShow_h */
#endif /* EasyShowView_h */
4 changes: 2 additions & 2 deletions EasyShowViewDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
6808170D1FCB756700A47111 /* EasyShowTextBgView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EasyShowTextBgView.h; sourceTree = "<group>"; };
6808170E1FCB756700A47111 /* EasyShowTextBgView.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EasyShowTextBgView.m; sourceTree = "<group>"; };
6810CFC81FE92520002253D9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
68672FBA1FF3E6B700B7CA4E /* EasyShowView.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EasyShowView.h; sourceTree = "<group>"; };
6886C7A11FEE16B6001124B7 /* SecondViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecondViewController.h; sourceTree = "<group>"; };
6886C7A21FEE16B6001124B7 /* SecondViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SecondViewController.m; sourceTree = "<group>"; };
68D65C861FD04B8C00629574 /* EasyShow.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EasyShow.h; sourceTree = "<group>"; };
AD0D124F1FEA2F2800D66786 /* EasyShowTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EasyShowTypes.h; sourceTree = "<group>"; };
AD0D12501FEA2F2800D66786 /* EasyShowTypes.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = EasyShowTypes.m; sourceTree = "<group>"; };
AD0D12521FEA2F9E00D66786 /* EasyShowLabel.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = EasyShowLabel.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -143,7 +143,7 @@
ADD80A3E1FC7ACFD005908C4 /* EasyShowView */ = {
isa = PBXGroup;
children = (
68D65C861FD04B8C00629574 /* EasyShow.h */,
68672FBA1FF3E6B700B7CA4E /* EasyShowView.h */,
AD944B801FE25988006A9BE1 /* EasyShowTextView.h */,
AD944B811FE25988006A9BE1 /* EasyShowTextView.m */,
AD944B831FE25996006A9BE1 /* EasyShowLodingView.h */,
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion EasyShowViewDemo/SecondViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "SecondViewController.h"
#import "EasyShow.h"
#import "EasyShowView.h"
@interface SecondViewController ()

@end
Expand Down
2 changes: 1 addition & 1 deletion EasyShowViewDemo/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "ViewController.h"
#import "EasyShow.h"
#import "EasyShowView.h"
#import "EasyShowOptions.h"

#import "SecondViewController.h"
Expand Down

0 comments on commit d06bfda

Please sign in to comment.