Files
smcFanControl/Sparkle.framework/Versions/A/Headers/NSFileManager+Authentication.h

12 lines
287 B
C
Raw Normal View History

2012-08-20 21:34:54 +02:00
//
// NSFileManager+Authentication.m
// Sparkle
//
// Created by Andy Matuschak on 3/9/06.
// Copyright 2006 Andy Matuschak. All rights reserved.
//
@interface NSFileManager (SUAuthenticationAdditions)
- (BOOL)movePathWithAuthentication:(NSString *)src toPath:(NSString *)dst;
@end