-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix the header import error for v0.1.4
- Loading branch information
Showing
15 changed files
with
46 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,7 +108,6 @@ | |
74180D7D1910864400A35C82 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 74180D7C1910864400A35C82 /* [email protected] */; }; | ||
744FBDC81915EE7400FB4A65 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 744FBDC61915EE7400FB4A65 /* [email protected] */; }; | ||
744FBDC91915EE7400FB4A65 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 744FBDC71915EE7400FB4A65 /* [email protected] */; }; | ||
744FBDCD1915FF3A00FB4A65 /* MessageDisplayKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 744FBDCC1915FF3A00FB4A65 /* MessageDisplayKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; | ||
7475BA33190D4B7B001DD9B1 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 7475BA32190D4B7B001DD9B1 /* [email protected] */; }; | ||
748245051908C730008EC388 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 748245041908C730008EC388 /* Foundation.framework */; }; | ||
748245071908C730008EC388 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 748245061908C730008EC388 /* CoreGraphics.framework */; }; | ||
|
@@ -250,7 +249,6 @@ | |
74180D7C1910864400A35C82 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
744FBDC61915EE7400FB4A65 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
744FBDC71915EE7400FB4A65 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
744FBDCC1915FF3A00FB4A65 /* MessageDisplayKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MessageDisplayKit.h; sourceTree = "<group>"; }; | ||
7475BA32190D4B7B001DD9B1 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; }; | ||
748245011908C730008EC388 /* MessageDisplayExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MessageDisplayExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
748245041908C730008EC388 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; | ||
|
@@ -569,7 +567,6 @@ | |
7482454D190902DA008EC388 /* Classes */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
744FBDCC1915FF3A00FB4A65 /* MessageDisplayKit.h */, | ||
7482457819091BA2008EC388 /* Macro */, | ||
748245941909F1F0008EC388 /* Common */, | ||
7482454E190902DA008EC388 /* Categorys */, | ||
|
@@ -794,7 +791,6 @@ | |
740660C31914DC2300E1CE95 /* XHEmotionCollectionViewCell.h in Headers */, | ||
740660C81914DC4700E1CE95 /* XHEmotionCollectionViewFlowLayout.h in Headers */, | ||
740660B91914D22A00E1CE95 /* XHEmotionManagerView.h in Headers */, | ||
744FBDCD1915FF3A00FB4A65 /* MessageDisplayKit.h in Headers */, | ||
740660D2191507F800E1CE95 /* XHEmotionSectionBar.h in Headers */, | ||
740660BE1914D65600E1CE95 /* XHEmotion.h in Headers */, | ||
74065FB419123DDB00E1CE95 /* XHShareMenuView.h in Headers */, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,5 +7,4 @@ | |
#ifdef __OBJC__ | ||
#import <Foundation/Foundation.h> | ||
#import <UIKit/UIKit.h> | ||
#import "MessageDisplayKit.h" | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
// | ||
|
||
#import "XHMessageBubbleFactory.h" | ||
#import "XHMacro.h" | ||
|
||
@implementation XHMessageBubbleFactory | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
// | ||
|
||
#import <Foundation/Foundation.h> | ||
#import "XHMessageBubbleFactory.h" | ||
|
||
@class XHMessage; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
// | ||
|
||
#import <UIKit/UIKit.h> | ||
#import "XHShareMenuItem.h" | ||
|
||
#define kXHShareMenuPageControlHeight 30 | ||
|
||
|