You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
# NoChat
6
6
NoChat is a lightweight chat UI framework which has no particular faces.
7
-
The projects in [Examples](https://github.com/little2s/NoChat/Examples) directory
7
+
The projects in [Examples](https://github.com/little2s/NoChat/tree/master/Examples) directory
8
8
show you how to use this framework to implement a text game with user interface like
9
9
Telegram or WeChat very easily. You can custom your own with NoChat :].
10
10
@@ -133,7 +133,7 @@ class TGChatViewController: NOCChatViewController {
133
133
Implement your business in this subclass. The same way as description in Objective-C section above.
134
134
135
135
## More
136
-
See the [Examples](https://github.com/little2s/NoChat/Examples) projects inside.
136
+
See the [Examples](https://github.com/little2s/NoChat/tree/master/Examples) projects inside.
137
137
138
138
## About
139
139
- This framework is inspired by [Chatto](https://github.com/badoo/Chatto) and [Telegram](https://github.com/peter-iakovlev/Telegram). Thanks.
0 commit comments