BLIP/BLIP.h
author Jens Alfke <jens@mooseyard.com>
Thu May 29 16:40:36 2008 -0700 (2008-05-29)
changeset 8 6f539dd9921c
child 26 cb9cdf247239
permissions -rw-r--r--
Got it to build on iPhone. (Haven't tried running it yet.)
jens@3
     1
//
jens@3
     2
//  BLIP.h
jens@3
     3
//  MYNetwork
jens@3
     4
//
jens@3
     5
//  Created by Jens Alfke on 5/24/08.
jens@3
     6
//  Copyright 2008 __MyCompanyName__. All rights reserved.
jens@3
     7
//
jens@3
     8
jens@3
     9
#import "BLIPConnection.h"
jens@3
    10
#import "BLIPDispatcher.h"
jens@3
    11
#import "BLIPRequest.h"
jens@3
    12
#import "BLIPProperties.h"