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

#ifndef DEVICEMETHOD_SIMPLESAMPLE_H
#define DEVICEMETHOD_SIMPLESAMPLE_H

#ifdef __cplusplus
extern "C" {
#endif

    void devicemethod_simplesample_run(void);

#ifdef __cplusplus
}
#endif

#endif /* DEVICEMETHOD_SIMPLESAMPLE_H */
