Minor Fix.

This commit is contained in:
Kyle Fang
2013-07-25 23:18:33 +08:00
parent f59ceb4d3b
commit c9477d38b4
2 changed files with 9 additions and 9 deletions

View File

@@ -43,7 +43,7 @@
- (void)setup;
- (void)configureTimestampLabel;
- (void)configureWithStyle:(JSBubbleMessageStyle)style timestamp:(BOOL)hasTimestamp;
- (void)configureWithStyle:(JSBubbleMessageStyle)style timestamp:(BOOL)hasTimestamp avatar:(BOOL)hasAvatar;
@end

View File

@@ -8,9 +8,9 @@
/* Begin PBXBuildFile section */
041A9E7117A0FE8500923B72 /* DemoAvatarExample.png in Resources */ = {isa = PBXBuildFile; fileRef = 041A9E7017A0FE8500923B72 /* DemoAvatarExample.png */; };
049A2A4317A17939000D4811 /* messageBubbleSelected.png in Resources */ = {isa = PBXBuildFile; fileRef = 049A2A4117A17939000D4811 /* messageBubbleSelected.png */; };
049A2A4417A17939000D4811 /* messageBubbleSelected@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 049A2A4217A17939000D4811 /* messageBubbleSelected@2x.png */; };
04E5799617A0E15C0022CD77 /* JSMADismissiveTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 04E5799517A0E15C0022CD77 /* JSMADismissiveTextView.m */; };
049A2A3717A16EA0000D4811 /* messageBubbleSelected.png in Resources */ = {isa = PBXBuildFile; fileRef = 049A2A3517A16E9E000D4811 /* messageBubbleSelected.png */; };
049A2A3817A16EA0000D4811 /* messageBubbleSelected@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 049A2A3617A16E9F000D4811 /* messageBubbleSelected@2x.png */; };
881AE55D16D13CDC008F7636 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 881AE55C16D13CDC008F7636 /* UIKit.framework */; };
881AE55F16D13CDC008F7636 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 881AE55E16D13CDC008F7636 /* Foundation.framework */; };
881AE56116D13CDC008F7636 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 881AE56016D13CDC008F7636 /* CoreGraphics.framework */; };
@@ -59,10 +59,10 @@
/* Begin PBXFileReference section */
041A9E7017A0FE8500923B72 /* DemoAvatarExample.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = DemoAvatarExample.png; sourceTree = "<group>"; };
049A2A4117A17939000D4811 /* messageBubbleSelected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = messageBubbleSelected.png; sourceTree = "<group>"; };
049A2A4217A17939000D4811 /* messageBubbleSelected@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "messageBubbleSelected@2x.png"; sourceTree = "<group>"; };
04E5799417A0E15C0022CD77 /* JSMADismissiveTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSMADismissiveTextView.h; sourceTree = "<group>"; };
04E5799517A0E15C0022CD77 /* JSMADismissiveTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSMADismissiveTextView.m; sourceTree = "<group>"; };
049A2A3517A16E9E000D4811 /* messageBubbleSelected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = messageBubbleSelected.png; sourceTree = "<group>"; };
049A2A3617A16E9F000D4811 /* messageBubbleSelected@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "messageBubbleSelected@2x.png"; sourceTree = "<group>"; };
881AE55916D13CDC008F7636 /* MessagesDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MessagesDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
881AE55C16D13CDC008F7636 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
881AE55E16D13CDC008F7636 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
@@ -234,8 +234,8 @@
88301EF216F77B3D0037524D /* Images */ = {
isa = PBXGroup;
children = (
049A2A3517A16E9E000D4811 /* messageBubbleSelected.png */,
049A2A3617A16E9F000D4811 /* messageBubbleSelected@2x.png */,
049A2A4117A17939000D4811 /* messageBubbleSelected.png */,
049A2A4217A17939000D4811 /* messageBubbleSelected@2x.png */,
88244C0116FE5BA300034667 /* bubbleSquareIncoming.png */,
88244C0216FE5BA300034667 /* bubbleSquareIncoming@2x.png */,
88244C0316FE5BA300034667 /* bubbleSquareOutgoing.png */,
@@ -352,8 +352,8 @@
88244C0716FE5BA400034667 /* bubbleSquareOutgoing.png in Resources */,
88244C0816FE5BA400034667 /* bubbleSquareOutgoing@2x.png in Resources */,
041A9E7117A0FE8500923B72 /* DemoAvatarExample.png in Resources */,
049A2A3717A16EA0000D4811 /* messageBubbleSelected.png in Resources */,
049A2A3817A16EA0000D4811 /* messageBubbleSelected@2x.png in Resources */,
049A2A4317A17939000D4811 /* messageBubbleSelected.png in Resources */,
049A2A4417A17939000D4811 /* messageBubbleSelected@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};