Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d48fc86 + 2a513c1 commit ff1efbfCopy full SHA for ff1efbf
1 file changed
README.md
@@ -39,6 +39,17 @@ Add the plugin much like any other:
39
}
40
```
41
42
+Then add this below `#import "MainViewController.h"` in `MainViewController.m`
43
+
44
+```
45
+#import "MainViewController.h"
46
+//import remoteControls
47
+#import "RemoteControls.h"
48
49
+@implementation MainViewController
50
51
52
53
## Supported Platforms
54
- iOS
55
0 commit comments