Skip to content

Commit c9477d3

Browse files
committed
Minor Fix.
1 parent f59ceb4 commit c9477d3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

JSMessagesTableViewController/JSBubbleMessageCell.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ @interface JSBubbleMessageCell()
4343

4444
- (void)setup;
4545
- (void)configureTimestampLabel;
46-
- (void)configureWithStyle:(JSBubbleMessageStyle)style timestamp:(BOOL)hasTimestamp;
46+
- (void)configureWithStyle:(JSBubbleMessageStyle)style timestamp:(BOOL)hasTimestamp avatar:(BOOL)hasAvatar;
4747

4848
@end
4949

MessagesDemo.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
/* Begin PBXBuildFile section */
1010
041A9E7117A0FE8500923B72 /* DemoAvatarExample.png in Resources */ = {isa = PBXBuildFile; fileRef = 041A9E7017A0FE8500923B72 /* DemoAvatarExample.png */; };
11+
049A2A4317A17939000D4811 /* messageBubbleSelected.png in Resources */ = {isa = PBXBuildFile; fileRef = 049A2A4117A17939000D4811 /* messageBubbleSelected.png */; };
12+
049A2A4417A17939000D4811 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 049A2A4217A17939000D4811 /* [email protected] */; };
1113
04E5799617A0E15C0022CD77 /* JSMADismissiveTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = 04E5799517A0E15C0022CD77 /* JSMADismissiveTextView.m */; };
12-
049A2A3717A16EA0000D4811 /* messageBubbleSelected.png in Resources */ = {isa = PBXBuildFile; fileRef = 049A2A3517A16E9E000D4811 /* messageBubbleSelected.png */; };
13-
049A2A3817A16EA0000D4811 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 049A2A3617A16E9F000D4811 /* [email protected] */; };
1414
881AE55D16D13CDC008F7636 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 881AE55C16D13CDC008F7636 /* UIKit.framework */; };
1515
881AE55F16D13CDC008F7636 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 881AE55E16D13CDC008F7636 /* Foundation.framework */; };
1616
881AE56116D13CDC008F7636 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 881AE56016D13CDC008F7636 /* CoreGraphics.framework */; };
@@ -59,10 +59,10 @@
5959

6060
/* Begin PBXFileReference section */
6161
041A9E7017A0FE8500923B72 /* DemoAvatarExample.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = DemoAvatarExample.png; sourceTree = "<group>"; };
62+
049A2A4117A17939000D4811 /* messageBubbleSelected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = messageBubbleSelected.png; sourceTree = "<group>"; };
63+
049A2A4217A17939000D4811 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
6264
04E5799417A0E15C0022CD77 /* JSMADismissiveTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSMADismissiveTextView.h; sourceTree = "<group>"; };
6365
04E5799517A0E15C0022CD77 /* JSMADismissiveTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSMADismissiveTextView.m; sourceTree = "<group>"; };
64-
049A2A3517A16E9E000D4811 /* messageBubbleSelected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = messageBubbleSelected.png; sourceTree = "<group>"; };
65-
049A2A3617A16E9F000D4811 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
6666
881AE55916D13CDC008F7636 /* MessagesDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MessagesDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
6767
881AE55C16D13CDC008F7636 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
6868
881AE55E16D13CDC008F7636 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
@@ -234,8 +234,8 @@
234234
88301EF216F77B3D0037524D /* Images */ = {
235235
isa = PBXGroup;
236236
children = (
237-
049A2A3517A16E9E000D4811 /* messageBubbleSelected.png */,
238-
049A2A3617A16E9F000D4811 /* [email protected] */,
237+
049A2A4117A17939000D4811 /* messageBubbleSelected.png */,
238+
049A2A4217A17939000D4811 /* [email protected] */,
239239
88244C0116FE5BA300034667 /* bubbleSquareIncoming.png */,
240240
88244C0216FE5BA300034667 /* [email protected] */,
241241
88244C0316FE5BA300034667 /* bubbleSquareOutgoing.png */,
@@ -352,8 +352,8 @@
352352
88244C0716FE5BA400034667 /* bubbleSquareOutgoing.png in Resources */,
353353
88244C0816FE5BA400034667 /* [email protected] in Resources */,
354354
041A9E7117A0FE8500923B72 /* DemoAvatarExample.png in Resources */,
355-
049A2A3717A16EA0000D4811 /* messageBubbleSelected.png in Resources */,
356-
049A2A3817A16EA0000D4811 /* [email protected] in Resources */,
355+
049A2A4317A17939000D4811 /* messageBubbleSelected.png in Resources */,
356+
049A2A4417A17939000D4811 /* [email protected] in Resources */,
357357
);
358358
runOnlyForDeploymentPostprocessing = 0;
359359
};

0 commit comments

Comments
 (0)