9 lines
127 B
C
9 lines
127 B
C
#ifndef IOS_LAUNCHER_H
|
|
#define IOS_LAUNCHER_H
|
|
|
|
#include <QString>
|
|
|
|
bool iosLaunchFile(QString file);
|
|
|
|
#endif // IOS_LAUNCHER_H
|