// // LiStoreValidator.h // Liaison // // Created by Brian Cully on Sun May 25 2003. // Copyright (c) 2003 Brian Cully. All rights reserved. // @interface LiStoreValidator : NSObject - (void)addFileToUpdateQueue: (LiFileHandle *)aFileHandle; @end