Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit 7258851

Browse files
committed
adding Credentials file
1 parent 3f90f51 commit 7258851

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Credentials.swift

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//
2+
// Credentials.swift
3+
// WatsonSpeaks
4+
//
5+
// Created by Sarah Chen on 8/10/16.
6+
// Copyright © 2016 IBM-MIL. All rights reserved.
7+
//
8+
9+
import Foundation
10+
11+
class Credentials {
12+
static let sharedInstance = Credentials()
13+
14+
var username = "YOUR USERNAME HERE"
15+
var password = "YOUR PASSWORD HERE"
16+
}

0 commit comments

Comments
 (0)