mattball / MBCoverFlowView

An open-source Cover Flow implementation

This URL has Read+Write access

MBCoverFlowView / main.m
100644 15 lines (12 sloc) 0.254 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// main.m
// MBCoverFlowView
//
// Created by Matt Ball on 3/13/09.
// Copyright Daybreak Apps 2009. All rights reserved.
//
 
#import <Cocoa/Cocoa.h>
 
int main(int argc, char *argv[])
{
    return NSApplicationMain(argc, (const char **) argv);
}