mirror of
https://github.com/nzbget/nzbget.git
synced 2025-12-23 22:27:45 -05:00
12 lines
268 B
Objective-C
12 lines
268 B
Objective-C
//
|
|
// PFMoveApplication.h, version 1.8
|
|
// LetsMove
|
|
//
|
|
// Created by Andy Kim at Potion Factory LLC on 9/17/09
|
|
//
|
|
// The contents of this file are dedicated to the public domain.
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
void PFMoveToApplicationsFolderIfNecessary(void);
|