Fixed compilation error in projects where Logger was added as dependency

This commit is contained in:
Wojciech Nagrodzki 2018-08-14 16:20:52 +02:00
parent 6369a55088
commit 9986812c98
Signed by: wnagrodzki
GPG key ID: E9D0EB0302264569

View file

@ -2,4 +2,4 @@
// Use this file to import your target's public headers that you would like to expose to Swift.
//
#import "NSFileHandle+Swift.h"
#import "Loggers/DiskLogger/NSFileHandle+Swift.h"