Files
libid3-ios/Example/LIViewController.h
Rakuraku Jyo 47e982ffc5 add example
2012-01-25 17:30:35 +09:00

16 lines
281 B
Objective-C

//
// LIViewController.h
// Example
//
// Created by 徐 楽楽 on 12/01/25.
// Copyright (c) 2012年 ラクラクテクノロジーズ. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface LIViewController : UIViewController
- (IBAction)demoTouched:(id)sender;
@end