react-native-prevent-screen.../cpp/react-native-prevent-screenshot-ios-android.h
2023-08-19 22:50:12 +05:30

9 lines
202 B
C++

#ifndef PREVENTSCREENSHOTIOSANDROID_H
#define PREVENTSCREENSHOTIOSANDROID_H
namespace preventscreenshotiosandroid {
double multiply(double a, double b);
}
#endif /* PREVENTSCREENSHOTIOSANDROID_H */