aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/SimpleiOSApp/SimpleApp.h
blob: 392353b8dbd7374959764bdf3331644c00590c6f (plain)
1
2
3
4
5
6
#import <UIKit/UIKit.h>
#import "SkUIView.h"

@interface SimpleApp : SkUIView
- (id)initWithDefaults;
@end