Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultimbert committed Feb 10, 2009
1 parent 1fbaa43 commit d6b746a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions AlivePDF/src/main/flex/org/alivepdf/colors/IColor.as
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package org.alivepdf.colors
{

public interface IColor
{

}

}
1 change: 0 additions & 1 deletion AlivePDF/src/main/flex/org/alivepdf/data/Grid.as
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.alivepdf.data
{
import flash.utils.ByteArray;

import org.alivepdf.colors.IColor;

public class Grid
Expand Down

0 comments on commit d6b746a

Please sign in to comment.