首次提交
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// HapticFeedbackManager.h
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface HapticFeedbackManager : NSObject
|
||||
|
||||
+ (void)TriggerCustomHaptic:(float)intensity sharpness:(float)sharpness duration:(float)duration;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user