Skip to content

Instantly share code, notes, and snippets.

@mlapointe
mlapointe / index.ios.js
Last active June 25, 2020 15:00
Human API Connect - React Native
import React, { Component } from 'react';
import {
AppRegistry,
StyleSheet,
Text,
View,
WebView
} from 'react-native';
@mlapointe
mlapointe / KeychainHelper.h
Last active May 29, 2024 18:33
KeychainHelper - Simple Keychain access for iOS Keychain Services
//
// KeychainHelper.h
#import <Foundation/Foundation.h>
@interface KeychainHelper : NSObject
@property (strong, nonatomic) NSMutableDictionary * keychainItem;