Skip to content

Commit 98b2f71

Browse files
committed
Merge pull request #377 from ParsePlatform/nlutsenko.watch.installation
Remove useless imports in PFObjectSubclassingController.
2 parents bafa2ed + 7ace34f commit 98b2f71

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Parse/Internal/Object/Subclassing/PFObjectSubclassingController.m

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,6 @@
1818
#import "PFPropertyInfo_Private.h"
1919
#import "PFPropertyInfo_Runtime.h"
2020
#import "PFSubclassing.h"
21-
#import "PFUser.h"
22-
#import "PFSession.h"
23-
#import "PFPin.h"
24-
#import "PFRole.h"
25-
#import "PFEventuallyPin.h"
26-
#import "PFInstallation.h"
27-
28-
#if TARGET_OS_IPHONE
29-
#import "PFProduct.h"
30-
#endif
3121

3222
// CFNumber does not use number type 0, we take advantage of that here.
3323
#define kCFNumberTypeUnknown 0

0 commit comments

Comments
 (0)