mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 11:28:49 +03:00
11 lines
142 B
C
11 lines
142 B
C
|
#pragma once
|
||
|
|
||
|
#include <QMenuBar>
|
||
|
|
||
|
class MacHelper
|
||
|
{
|
||
|
public:
|
||
|
static void showEmojiWindow();
|
||
|
static void initializeMenus();
|
||
|
};
|