Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex| import UIKit | |
| import WebKit | |
| class ViewController: UIViewController { | |
| override func viewDidLoad() { | |
| super.viewDidLoad() | |
| // Configure the web view for JavaScript injection | |
| configureWebView() |
| // | |
| // DirectedPolylineViewController.swift | |
| // | |
| // | |
| // Created by Mac OS X on 11/02/2020. | |
| // Copyright © 2020 Muhammad Zeeshan. All rights reserved. | |
| // | |
| import UIKit | |
| import GoogleMaps |
| query IntrospectionQuery { | |
| __schema { | |
| queryType { | |
| name | |
| } | |
| mutationType { | |
| name | |
| } | |
| types { | |
| ...FullType |
Note
to active Office without crack, just follow https://github.com/WindowsAddict/IDM-Activation-Script,
you wiil only need to run
irm https://massgrave.dev/ias | iex| import Foundation | |
| import WebKit | |
| final class WebCacheCleaner { | |
| class func clean() { | |
| HTTPCookieStorage.shared.removeCookies(since: Date.distantPast) | |
| print("[WebCacheCleaner] All cookies deleted") | |
| WKWebsiteDataStore.default().fetchDataRecords(ofTypes: WKWebsiteDataStore.allWebsiteDataTypes()) { records in |
| @interface ExtendedManagedObject : NSManagedObject { | |
| BOOL traversed; | |
| } | |
| @property (nonatomic, assign) BOOL traversed; | |
| - (NSDictionary*) toDictionary; | |
| - (void) populateFromDictionary:(NSDictionary*)dict; | |
| + (ExtendedManagedObject*) createManagedObjectFromDictionary:(NSDictionary*)dict | |
| inContext:(NSManagedObjectContext*)context; |