add missing public interface for iOS client app id

This commit is contained in:
Morris Jobke 2014-12-02 16:10:07 +01:00
父節點 e9029f94cb
當前提交 5b3dbb4ef8

查看文件

@ -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();
}
}