Manage words filtering on In App Alert

This commit is contained in:
ylecollen
2015-01-09 15:58:15 +01:00
parent fcd388d99a
commit 25d36367de
9 changed files with 271 additions and 68 deletions
+3
View File
@@ -77,4 +77,7 @@ typedef enum : NSUInteger {
// provide a non empty display name
- (NSString*) getMXRoomMemberDisplayName:(MXRoomMember*)roomMember;
// return YES if the text contains a bing word
- (BOOL)containsBingWord:(NSString*)text;
@end