mirror of
https://github.com/etlegacy/Update-Installer.git
synced 2025-03-02 06:21:45 +00:00
8 lines
88 B
C
8 lines
88 B
C
|
#pragma once
|
||
|
|
||
|
class UpdateDialogCocoa
|
||
|
{
|
||
|
// TODO - Update dialog using Cocoa on Mac
|
||
|
};
|
||
|
|