Skip to content
Snippets Groups Projects
Commit 448bcd5a authored by Aidan's avatar Aidan
Browse files

Clean up

parent 34f7b7ab
No related branches found
No related tags found
No related merge requests found
//
// MobileLevelPlugin2.swift
// Plugin
//
// Created by Aidan Dunlap on 5/3/24.
// Copyright © 2024 Max Lynch. All rights reserved.
//
import Foundation
import Capacitor
......
//
// Foo.h
// Plugin
//
// Created by Aidan Dunlap on 4/29/24.
// Copyright © 2024 Max Lynch. All rights reserved.
//
#ifndef Foo_h
#define Foo_h
#ifndef MobileLevelImpl_h
#define MobileLevelImpl_h
#import <Foundation/Foundation.h>
......@@ -43,4 +35,4 @@
@end
#endif /* Foo_h */
#endif /* MobileLevelImpl_h */
......@@ -6,8 +6,6 @@
NSDictionary * EMPTY_SUCCESS = nil;
//MobileLevelCallbacksResult * EMPTY_SUCCESS = [[MobileLevelCallbacksResult alloc] initWithData:EMPTY_DICT];
@implementation MobileLevelCallbacks
- (instancetype)initWithSuccess:(void (^)(NSDictionary *))success
......
//
// ObjC-To-Swift-Bridging.h
// Plugin
//
// Created by Aidan Dunlap on 5/3/24.
// Copyright © 2024 Max Lynch. All rights reserved.
//
#ifndef ObjC_To_Swift_Bridging_h
#define ObjC_To_Swift_Bridging_h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment