mirror of
https://github.com/oonyeje/Get-Hip.git
synced 2025-12-25 19:57:42 +00:00
14 lines
224 B
Objective-C
Executable File
14 lines
224 B
Objective-C
Executable File
//
|
|
// TDAudioMetaInfo.m
|
|
// TDAudioPlayer
|
|
//
|
|
// Created by Tony DiPasquale on 10/16/13.
|
|
// Copyright (c) 2013 Tony DiPasquale. The MIT License (MIT).
|
|
//
|
|
|
|
#import "TDAudioMetaInfo.h"
|
|
|
|
@implementation TDAudioMetaInfo
|
|
|
|
@end
|