blob: d14ff26448ce0b4b1b4ae832f26639140cca51f5 (
plain)
1
2
3
4
5
6
7
8
9
|
#import <Cordova/CDV.h>
#import <CoreTelephony/CTCarrier.h>
#import <CoreTelephony/CTTelephonyNetworkInfo.h>
@interface Sim : CDVPlugin
- (void)getSimInfo:(CDVInvokedUrlCommand*)command;
@end
|