// // FindSourceFilesOperation.h // XcodeCapp // // Created by Aparajita on 4/27/13. // Copyright (c) 2013 Cappuccino Project. All rights reserved. // #import @class XcodeCapp; extern NSString * const XCCNeedSourceToProjectPathMappingNotification; @interface FindSourceFilesOperation : NSOperation - (id)initWithXCC:(XcodeCapp *)xcc projectId:(NSNumber *)projectId path:(NSString *)path; @end