1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 21:12:05 +00:00
transmission/Sparkle.framework/Versions/A/Headers/NSFileManager+Authentication.h
Mitchell Livingston 5c83116c72 ...Add new Sparkle.
2006-06-09 19:08:31 +00:00

11 lines
287 B
Objective-C

//
// 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