Skip to content

Instantly share code, notes, and snippets.

/**
* Created by Mike on 2/21/2017.
*/
import React, { PropTypes } from 'react';
import {Card, CardActions, CardHeader, CardMedia, CardTitle, CardText} from 'material-ui/Card';
import FlatButton from 'material-ui/FlatButton';
//TODO: grab avatar image dynamcially
//TODO: wire up edit button
//TODO: wire up delete button
@RubyRubenstahl
RubyRubenstahl / OSX Example
Created October 26, 2015 04:40 — forked from rc1/OSX Example
Command line arguments in openFrameworks
open -n ./emptyExampleDebug.app/ --args 1 2 3 4