From c9477d38b4de22debb802931cbf7c9a78b01c7a3 Mon Sep 17 00:00:00 2001 From: Kyle Fang Date: Thu, 25 Jul 2013 23:18:33 +0800 Subject: [PATCH] Minor Fix. --- .../JSBubbleMessageCell.m | 2 +- MessagesDemo.xcodeproj/project.pbxproj | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/JSMessagesTableViewController/JSBubbleMessageCell.m b/JSMessagesTableViewController/JSBubbleMessageCell.m index e1e3c19..9d0602a 100644 --- a/JSMessagesTableViewController/JSBubbleMessageCell.m +++ b/JSMessagesTableViewController/JSBubbleMessageCell.m @@ -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 diff --git a/MessagesDemo.xcodeproj/project.pbxproj b/MessagesDemo.xcodeproj/project.pbxproj index 111603c..a411dcd 100644 --- a/MessagesDemo.xcodeproj/project.pbxproj +++ b/MessagesDemo.xcodeproj/project.pbxproj @@ -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 = ""; }; + 049A2A4117A17939000D4811 /* messageBubbleSelected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = messageBubbleSelected.png; sourceTree = ""; }; + 049A2A4217A17939000D4811 /* messageBubbleSelected@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "messageBubbleSelected@2x.png"; sourceTree = ""; }; 04E5799417A0E15C0022CD77 /* JSMADismissiveTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSMADismissiveTextView.h; sourceTree = ""; }; 04E5799517A0E15C0022CD77 /* JSMADismissiveTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSMADismissiveTextView.m; sourceTree = ""; }; - 049A2A3517A16E9E000D4811 /* messageBubbleSelected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = messageBubbleSelected.png; sourceTree = ""; }; - 049A2A3617A16E9F000D4811 /* messageBubbleSelected@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "messageBubbleSelected@2x.png"; sourceTree = ""; }; 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; };