fix almost all the warnings caused by -Wstrict-prototypes

This commit is contained in:
fridtjof
2019-01-05 03:28:03 +01:00
parent fe93ce7942
commit b834c69fae
15 changed files with 38 additions and 37 deletions
@@ -20,6 +20,6 @@
@interface RoomsListViewController : MXKRecentListViewController
@property (copy) void (^failureBlock)();
@property (copy) void (^failureBlock)(void);
@end