1
0
şunun yansıması https://github.com/nextcloud/server.git eşitlendi 2024-07-25 05:44:55 +02:00

add missing public interface for iOS client app id

Bu işleme şunda yer alıyor:
Morris Jobke 2014-12-02 16:10:07 +01:00
ebeveyn e9029f94cb
işleme 5b3dbb4ef8

Dosyayı Görüntüle

@ -144,4 +144,12 @@ class Defaults {
public function getLongFooter() {
return $this->defaults->getLongFooter();
}
/**
* Returns the AppId for the App Store for the iOS Client
* @return string AppId
*/
public function getiTunesAppId() {
return $this->defaults->getiTunesAppId();
}
}