summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/ios/iosmotionmanager.h
blob: cfb1d99f2979283c466cef85ec5f09e8e1ce7b1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (C) 2016 Lorn Potter
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only

#ifndef IOSMOTIONMANAGER_H
#define IOSMOTIONMANAGER_H

#import <Foundation/Foundation.h>

@class CMMotionManager;

@interface QIOSMotionManager : NSObject {
}

+ (CMMotionManager *)sharedManager;
@end

#endif //IOSMOTIONMANAGER_H