Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Umbrella header should only import public headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopereira committed Nov 25, 2020
1 parent abb8c2c commit 1ff03c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion lelib/LELog.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#import "lelib.h"
#import "lecore.h"


extern LEBackgroundThread* backgroundThread;

extern dispatch_queue_t le_write_queue;
Expand Down
5 changes: 0 additions & 5 deletions lelib/lelib.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,3 @@ FOUNDATION_EXPORT const unsigned char lelibVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import "lelib/PublicHeader.h"

#import "LELog.h"
#import "lecore.h"
#import "LEBackgroundThread.h"
#import "LeNetworkStatus.h"
#import "LogFile.h"
#import "LogFiles.h"

0 comments on commit 1ff03c0

Please sign in to comment.