// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

#ifndef SIMPLESAMPLEMQTT_H
#define SIMPLESAMPLEMQTT_H

#ifdef __cplusplus
extern "C" {
#endif

    void simplesample_mqtt_run(void);

#ifdef __cplusplus
}
#endif

#endif /* SIMPLESAMPLEMQTT_H */
