#import <Foundation/Foundation.h>
#import "Dropbox_Manager.h"
@interface FileSystemManager : NSObject {
NSFileManager *fileManager;
BOOL fileExisting;
BOOL contentIsEqual;
BOOL isWriteable;
Dropbox_Manager *dropBox_Manager; // Here Xcode shows the Error !!!!!
}
I don’t get any other error in the project, but Xcode can’t find the Type.
Replace
with
Then add
to your FileSystemManager.m file