OSDN Git Service

import 0.9.3
[handbrake-jp/handbrake-jp.git] / macosx / Sparkle.framework / Versions / A / Headers / NSFileManager+Authentication.h
1 //
2 //  NSFileManager+Authentication.m
3 //  Sparkle
4 //
5 //  Created by Andy Matuschak on 3/9/06.
6 //  Copyright 2006 Andy Matuschak. All rights reserved.
7 //
8
9 @interface NSFileManager (SUAuthenticationAdditions)
10 - (BOOL)movePathWithAuthentication:(NSString *)src toPath:(NSString *)dst;
11 @end